#589097

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

Shades of Half Baked #589097

Tints of Half Baked #589097

Color information

#589097 (or 0x589097) is unknown color: approx Half Baked. HEX triplet: 58, 90 and 97. RGB value is (88,144,151). Sum of RGB (Red+Green+Blue) = 88+144+151=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #589097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589097 is #A76F68. Grayscale: #7F7F7F. Windows color (decimal): -10973033 or 9932888. OLE color: 9932888.

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

Color convert

RGB88144151-
CMYK0.420.0500.41
HSL186.67º26.36%46.86%-
HSV(B)186.67º41.72%59.22%-
XYZ19.5824.2632.93-
YUV128.05140.9599.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.98%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=22.98%
G=37.60%
B=39.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881441510.420.0500.41186.6726.3646.86
Hex5890972A5029bb1a2f
Octal1302202275250512733257
Binary1011000100100001001011110101010101010011011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589097; }

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

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

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

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

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

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

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

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