#588E95

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

Shades of Half Baked #588E95

Tints of Half Baked #588E95

Color information

#588E95 (or 0x588E95) is unknown color: approx Half Baked. HEX triplet: 58, 8E and 95. RGB value is (88,142,149). Sum of RGB (Red+Green+Blue) = 88+142+149=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #588E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E95 is #A7716A. Grayscale: #7E7E7E. Windows color (decimal): -10973547 or 9801304. OLE color: 9801304.

HSL color Cylindrical-coordinate representation of color #588E95: hue angle of 186.89º 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 #588E95 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88142149-
CMYK0.410.0500.42
HSL186.89º25.74%46.47%-
HSV(B)186.89º40.94%58.43%-
XYZ19.1223.5931.98-
YUV126.65140.61100.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=23.22%
G=37.47%
B=39.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881421490.410.0500.42186.8925.7446.47
Hex588E9529502Abb1a2e
Octal1302162255150522733256
Binary1011000100011101001010110100110101010101011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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