#599894

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

Shades of Half Baked #599894

Tints of Half Baked #599894

Color information

#599894 (or 0x599894) is unknown color: approx Half Baked. HEX triplet: 59, 98 and 94. RGB value is (89,152,148). Sum of RGB (Red+Green+Blue) = 89+152+148=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #599894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599894 is #A6676B. Grayscale: #848484. Windows color (decimal): -10905452 or 9738329. OLE color: 9738329.

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

Color convert

RGB89152148-
CMYK0.4100.030.40
HSL176.19º26.14%47.25%-
HSV(B)176.19º41.45%59.61%-
XYZ20.6926.7232.08-
YUV132.71136.6396.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=22.88%
G=39.07%
B=38.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521480.4100.030.40176.1926.1447.25
Hex599894290328b01a2f
Octal1312302245103502603257
Binary101100110011000100101001010010111010001011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599894; }

 p { color: rgb(89,152,148); }

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

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

 a { background-color: rgb(89,152,148); }

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

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

 span { border-color: rgb(89,152,148); }

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