#589396

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

Shades of Half Baked #589396

Tints of Half Baked #589396

Color information

#589396 (or 0x589396) is unknown color: approx Half Baked. HEX triplet: 58, 93 and 96. RGB value is (88,147,150). Sum of RGB (Red+Green+Blue) = 88+147+150=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #589396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589396 is #A76C69. Grayscale: #818181. Windows color (decimal): -10972266 or 9868120. OLE color: 9868120.

HSL color Cylindrical-coordinate representation of color #589396: hue angle of 182.9º 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 #589396 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88147150-
CMYK0.410.0200.41
HSL182.9º26.05%46.67%-
HSV(B)182.9º41.33%58.82%-
XYZ19.9625.1432.66-
YUV129.7139.4598.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=22.86%
G=38.18%
B=38.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881471500.410.0200.41182.926.0546.67
Hex589396292029b71a2f
Octal1302232265120512673257
Binary101100010010011100101101010011001010011011011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589396; }

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

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

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

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

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

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

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

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