#599490

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

Shades of Half Baked #599490

Tints of Half Baked #599490

Color information

#599490 (or 0x599490) is unknown color: approx Half Baked. HEX triplet: 59, 94 and 90. RGB value is (89,148,144). Sum of RGB (Red+Green+Blue) = 89+148+144=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #599490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599490 is #A66B6F. Grayscale: #818181. Windows color (decimal): -10906480 or 9475161. OLE color: 9475161.

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

Color convert

RGB89148144-
CMYK0.4000.030.42
HSL175.93º24.89%46.47%-
HSV(B)175.93º39.86%58.04%-
XYZ19.7425.3230.23-
YUV129.9135.9598.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=23.36%
G=38.85%
B=37.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481440.4000.030.42175.9324.8946.47
Hex59949028032Ab0192e
Octal1312242205003522603156
Binary101100110010100100100001010000111010101011000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599490; }

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

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

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

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

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

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

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

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