#599190

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

Shades of Half Baked #599190

Tints of Half Baked #599190

Color information

#599190 (or 0x599190) is unknown color: approx Half Baked. HEX triplet: 59, 91 and 90. RGB value is (89,145,144). Sum of RGB (Red+Green+Blue) = 89+145+144=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #599190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599190 is #A66E6F. Grayscale: #808080. Windows color (decimal): -10907248 or 9474393. OLE color: 9474393.

HSL color Cylindrical-coordinate representation of color #599190: hue angle of 178.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599190 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB89145144-
CMYK0.3900.010.43
HSL178.93º23.93%45.88%-
HSV(B)178.93º38.62%56.86%-
XYZ19.2824.3930.08-
YUV128.14136.95100.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=23.54%
G=38.36%
B=38.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451440.3900.010.43178.9323.9345.88
Hex59919027012Bb3182e
Octal1312212204701532633056
Binary10110011001000110010000100111011010111011001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599190; }

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

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

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

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

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

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

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

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