#588E8B

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

Shades of Half Baked #588E8B

Tints of Half Baked #588E8B

Color information

#588E8B (or 0x588E8B) is unknown color: approx Half Baked. HEX triplet: 58, 8E and 8B. RGB value is (88,142,139). Sum of RGB (Red+Green+Blue) = 88+142+139=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #588E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E8B is #A77174. Grayscale: #7D7D7D. Windows color (decimal): -10973557 or 9145944. OLE color: 9145944.

HSL color Cylindrical-coordinate representation of color #588E8B: hue angle of 176.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588E8B is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB88142139-
CMYK0.3800.020.44
HSL176.67º23.48%45.1%-
HSV(B)176.67º38.03%55.69%-
XYZ18.3623.2827.95-
YUV125.51135.61101.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=23.85%
G=38.48%
B=37.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881421390.3800.020.44176.6723.4845.1
Hex588E8B26022Cb1172d
Octal1302162134602542612755
Binary101100010001110100010111001100101011001011000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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