#589096

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

Shades of Half Baked #589096

Tints of Half Baked #589096

Color information

#589096 (or 0x589096) is unknown color: approx Half Baked. HEX triplet: 58, 90 and 96. RGB value is (88,144,150). Sum of RGB (Red+Green+Blue) = 88+144+150=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #589096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589096 is #A76F69. Grayscale: #7F7F7F. Windows color (decimal): -10973034 or 9867352. OLE color: 9867352.

HSL color Cylindrical-coordinate representation of color #589096: hue angle of 185.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589096 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88144150-
CMYK0.410.0400.41
HSL185.81º26.05%46.67%-
HSV(B)185.81º41.33%58.82%-
XYZ19.524.2232.5-
YUV127.94140.4599.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.04%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=23.04%
G=37.70%
B=39.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881441500.410.0400.41185.8126.0546.67
Hex589096294029ba1a2f
Octal1302202265140512723257
Binary1011000100100001001011010100110001010011011101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589096; }

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

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

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

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

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

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

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

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