#588F95

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

Shades of Half Baked #588F95

Tints of Half Baked #588F95

Color information

#588F95 (or 0x588F95) is unknown color: approx Half Baked. HEX triplet: 58, 8F and 95. RGB value is (88,143,149). Sum of RGB (Red+Green+Blue) = 88+143+149=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #588F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F95 is #A7706A. Grayscale: #7F7F7F. Windows color (decimal): -10973291 or 9801560. OLE color: 9801560.

HSL color Cylindrical-coordinate representation of color #588F95: hue angle of 185.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588F95 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88143149-
CMYK0.410.0400.42
HSL185.9º25.74%46.47%-
HSV(B)185.9º40.94%58.43%-
XYZ19.2723.8932.03-
YUV127.24140.28100.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=23.16%
G=37.63%
B=39.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881431490.410.0400.42185.925.7446.47
Hex588F9529402Aba1a2e
Octal1302172255140522723256
Binary1011000100011111001010110100110001010101011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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