#599493

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

Shades of Half Baked #599493

Tints of Half Baked #599493

Color information

#599493 (or 0x599493) is unknown color: approx Half Baked. HEX triplet: 59, 94 and 93. RGB value is (89,148,147). Sum of RGB (Red+Green+Blue) = 89+148+147=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #599493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599493 is #A66B6C. Grayscale: #828282. Windows color (decimal): -10906477 or 9671769. OLE color: 9671769.

HSL color Cylindrical-coordinate representation of color #599493: hue angle of 178.98º 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 #599493 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB89148147-
CMYK0.4000.010.42
HSL178.98º24.89%46.47%-
HSV(B)178.98º39.86%58.04%-
XYZ19.9825.4131.46-
YUV130.24137.4598.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=23.18%
G=38.54%
B=38.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481470.4000.010.42178.9824.8946.47
Hex59949328012Ab3192e
Octal1312242235001522633156
Binary10110011001010010010011101000011010101011001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599493; }

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

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

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

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

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

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

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

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