#599294

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

Shades of Half Baked #599294

Tints of Half Baked #599294

Color information

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

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

Color convert

RGB89146148-
CMYK0.400.0100.42
HSL182.03º24.89%46.47%-
HSV(B)182.03º39.86%58.04%-
XYZ19.7424.8231.77-
YUV129.18138.6299.34-

RGB Variations

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

RGB

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

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
Decimal891461480.400.0100.42182.0324.8946.47
Hex59929428102Ab6192e
Octal1312222245010522663156
Binary10110011001001010010100101000101010101011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599294; }

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

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

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

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

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

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

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

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