#588F92

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

Shades of Half Baked #588F92

Tints of Half Baked #588F92

Color information

#588F92 (or 0x588F92) is unknown color: approx Half Baked. HEX triplet: 58, 8F and 92. RGB value is (88,143,146). Sum of RGB (Red+Green+Blue) = 88+143+146=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #588F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F92 is #A7706D. Grayscale: #7E7E7E. Windows color (decimal): -10973294 or 9604952. OLE color: 9604952.

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

Color convert

RGB88143146-
CMYK0.400.0200.43
HSL183.1º24.79%45.88%-
HSV(B)183.1º39.73%57.25%-
XYZ19.0423.7930.78-
YUV126.9138.78100.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=23.34%
G=37.93%
B=38.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881431460.400.0200.43183.124.7945.88
Hex588F9228202Bb7192e
Octal1302172225020532673156
Binary101100010001111100100101010001001010111011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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