#58908E

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

Shades of Half Baked #58908E

Tints of Half Baked #58908E

Color information

#58908E (or 0x58908E) is unknown color: approx Half Baked. HEX triplet: 58, 90 and 8E. RGB value is (88,144,142). Sum of RGB (Red+Green+Blue) = 88+144+142=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #58908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58908E is #A76F71. Grayscale: #7E7E7E. Windows color (decimal): -10973042 or 9343064. OLE color: 9343064.

HSL color Cylindrical-coordinate representation of color #58908E: hue angle of 177.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58908E is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB88144142-
CMYK0.3900.010.44
HSL177.86º24.14%45.49%-
HSV(B)177.86º38.89%56.47%-
XYZ18.8823.9729.22-
YUV127.03136.45100.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=23.53%
G=38.50%
B=37.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881441420.3900.010.44177.8624.1445.49
Hex58908E27012Cb2182d
Octal1302202164701542623055
Binary10110001001000010001110100111011011001011001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58908E; }

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

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

<style>
 a { background-color: #58908E; }

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

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

<style>
 span { border-color: #58908E; }

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

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