#589292

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

Shades of Half Baked #589292

Tints of Half Baked #589292

Color information

#589292 (or 0x589292) is unknown color: approx Half Baked. HEX triplet: 58, 92 and 92. RGB value is (88,146,146). Sum of RGB (Red+Green+Blue) = 88+146+146=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #589292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589292 is #A76D6D. Grayscale: #808080. Windows color (decimal): -10972526 or 9605720. OLE color: 9605720.

HSL color Cylindrical-coordinate representation of color #589292: hue angle of 180º 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 #589292 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88146146-
CMYK0.40000.43
HSL180º24.79%45.88%-
HSV(B)180º39.73%57.25%-
XYZ19.4924.7130.94-
YUV128.66137.7899-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=23.16%
G=38.42%
B=38.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461460.40000.4318024.7945.88
Hex58929228002Bb4192e
Octal1302222225000532643156
Binary10110001001001010010010101000001010111011010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589292; }

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

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

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

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

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

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

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

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