#589A94

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

Shades of Half Baked #589A94

Tints of Half Baked #589A94

Color information

#589A94 (or 0x589A94) is unknown color: approx Half Baked. HEX triplet: 58, 9A and 94. RGB value is (88,154,148). Sum of RGB (Red+Green+Blue) = 88+154+148=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #589A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589A94 is #A7656B. Grayscale: #858585. Windows color (decimal): -10970476 or 9738840. OLE color: 9738840.

HSL color Cylindrical-coordinate representation of color #589A94: hue angle of 174.55º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589A94 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB88154148-
CMYK0.4300.040.40
HSL174.55º27.27%47.45%-
HSV(B)174.55º42.86%60.39%-
XYZ20.9327.3232.19-
YUV133.58136.1395.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=22.56%
G=39.49%
B=37.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881541480.4300.040.40174.5527.2747.45
Hex589A942B0428af1b2f
Octal1302322245304502573357
Binary1011000100110101001010010101101001010001010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589A94; }

 p { color: rgb(88,154,148); }

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

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

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

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

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

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

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