#599492

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

Shades of Half Baked #599492

Tints of Half Baked #599492

Color information

#599492 (or 0x599492) is unknown color: approx Half Baked. HEX triplet: 59, 94 and 92. RGB value is (89,148,146). Sum of RGB (Red+Green+Blue) = 89+148+146=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #599492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599492 is #A66B6D. Grayscale: #828282. Windows color (decimal): -10906478 or 9606233. OLE color: 9606233.

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

Color convert

RGB89148146-
CMYK0.4000.010.42
HSL177.97º24.89%46.47%-
HSV(B)177.97º39.86%58.04%-
XYZ19.925.3831.04-
YUV130.13136.9598.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=23.24%
G=38.64%
B=38.12%

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
Decimal891481460.4000.010.42177.9724.8946.47
Hex59949228012Ab2192e
Octal1312242225001522623156
Binary10110011001010010010010101000011010101011001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599492; }

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

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

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

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

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

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

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

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