#588F93

Color #588F93 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #588F93

Tints of Half Baked #588F93

Color information

#588F93 (or 0x588F93) is unknown color: approx Half Baked. HEX triplet: 58, 8F and 93. RGB value is (88,143,147). Sum of RGB (Red+Green+Blue) = 88+143+147=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #588F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F93 is #A7706C. Grayscale: #7E7E7E. Windows color (decimal): -10973293 or 9670488. OLE color: 9670488.

HSL color Cylindrical-coordinate representation of color #588F93: hue angle of 184.07º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588F93 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88143147-
CMYK0.400.0300.42
HSL184.07º25.11%46.08%-
HSV(B)184.07º40.14%57.65%-
XYZ19.1123.8331.2-
YUV127.01139.28100.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=23.28%
G=37.83%
B=38.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881431470.400.0300.42184.0725.1146.08
Hex588F9328302Ab8192e
Octal1302172235030522703156
Binary101100010001111100100111010001101010101011100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588F93; }

 p { color: rgb(88,143,147); }

 H1.HeaderClassName
 {
   color: #588F93;
 }
 .AnyTagClassName
 {
   color: #588F93;
 }
</style>
background-color css

<style>
 a { background-color: #588F93; }

 a { background-color: rgb(88,143,147); }

 div.DivClassName
 {
   background-color: #588F93;
 }
 .BgClassName
 {
   background-color: #588F93;
 }
</style>
border-color css

<style>
 span { border-color: #588F93; }

 span { border-color: rgb(88,143,147); }

 td.TdClassName
 {
   border-color: #588F93;
 }
 .TagClassName
 {
   border-color: #588F93;
 }
</style>