#599495

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

Shades of Half Baked #599495

Tints of Half Baked #599495

Color information

#599495 (or 0x599495) is unknown color: approx Half Baked. HEX triplet: 59, 94 and 95. RGB value is (89,148,149). Sum of RGB (Red+Green+Blue) = 89+148+149=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #599495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599495 is #A66B6A. Grayscale: #828282. Windows color (decimal): -10906475 or 9802841. OLE color: 9802841.

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

Color convert

RGB89148149-
CMYK0.400.0100.42
HSL181º25.21%46.67%-
HSV(B)181º40.27%58.43%-
XYZ20.1325.4732.29-
YUV130.47138.4598.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.06%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=23.06%
G=38.34%
B=38.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481490.400.0100.4218125.2146.67
Hex59949528102Ab5192f
Octal1312242255010522653157
Binary10110011001010010010101101000101010101011010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599495; }

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

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

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

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

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

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

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

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