#589291

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

Shades of Half Baked #589291

Tints of Half Baked #589291

Color information

#589291 (or 0x589291) is unknown color: approx Half Baked. HEX triplet: 58, 92 and 91. RGB value is (88,146,145). Sum of RGB (Red+Green+Blue) = 88+146+145=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #589291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589291 is #A76D6E. Grayscale: #808080. Windows color (decimal): -10972527 or 9540184. OLE color: 9540184.

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

Color convert

RGB88146145-
CMYK0.4000.010.43
HSL178.97º24.79%45.88%-
HSV(B)178.97º39.73%57.25%-
XYZ19.4124.6830.53-
YUV128.54137.2899.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=23.22%
G=38.52%
B=38.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461450.4000.010.43178.9724.7945.88
Hex58929128012Bb3192e
Octal1302222215001532633156
Binary10110001001001010010001101000011010111011001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589291; }

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

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

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

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

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

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

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

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