#599A90

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

Shades of Half Baked #599A90

Tints of Half Baked #599A90

Color information

#599A90 (or 0x599A90) is unknown color: approx Half Baked. HEX triplet: 59, 9A and 90. RGB value is (89,154,144). Sum of RGB (Red+Green+Blue) = 89+154+144=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #599A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599A90 is #A6656F. Grayscale: #858585. Windows color (decimal): -10904944 or 9476697. OLE color: 9476697.

HSL color Cylindrical-coordinate representation of color #599A90: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A90 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB89154144-
CMYK0.4200.060.40
HSL170.77º26.75%47.65%-
HSV(B)170.77º42.21%60.39%-
XYZ20.7127.2530.55-
YUV133.43133.9796.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=23.00%
G=39.79%
B=37.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891541440.4200.060.40170.7726.7547.65
Hex599A902A0628ab1b30
Octal1312322205206502533360
Binary1011001100110101001000010101001101010001010101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599A90; }

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

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

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

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

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

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

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

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