#589095

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

Shades of Half Baked #589095

Tints of Half Baked #589095

Color information

#589095 (or 0x589095) is unknown color: approx Half Baked. HEX triplet: 58, 90 and 95. RGB value is (88,144,149). Sum of RGB (Red+Green+Blue) = 88+144+149=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #589095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589095 is #A76F6A. Grayscale: #7F7F7F. Windows color (decimal): -10973035 or 9801816. OLE color: 9801816.

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

Color convert

RGB88144149-
CMYK0.410.0300.42
HSL184.92º25.74%46.47%-
HSV(B)184.92º40.94%58.43%-
XYZ19.4224.1932.08-
YUV127.83139.9599.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=23.10%
G=37.80%
B=39.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881441490.410.0300.42184.9225.7446.47
Hex58909529302Ab91a2e
Octal1302202255130522713256
Binary101100010010000100101011010011101010101011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589095; }

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

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

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

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

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

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

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

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