#599691

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

Shades of Half Baked #599691

Tints of Half Baked #599691

Color information

#599691 (or 0x599691) is unknown color: approx Half Baked. HEX triplet: 59, 96 and 91. RGB value is (89,150,145). Sum of RGB (Red+Green+Blue) = 89+150+145=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #599691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599691 is #A6696E. Grayscale: #838383. Windows color (decimal): -10905967 or 9541209. OLE color: 9541209.

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

Color convert

RGB89150145-
CMYK0.4100.030.41
HSL175.08º25.52%46.86%-
HSV(B)175.08º40.67%58.82%-
XYZ20.1425.9830.74-
YUV131.19135.7997.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=23.18%
G=39.06%
B=37.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501450.4100.030.41175.0825.5246.86
Hex599691290329af1a2f
Octal1312262215103512573257
Binary101100110010110100100011010010111010011010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599691; }

 p { color: rgb(89,150,145); }

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

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

 a { background-color: rgb(89,150,145); }

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

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

 span { border-color: rgb(89,150,145); }

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