#599194

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

Shades of Half Baked #599194

Tints of Half Baked #599194

Color information

#599194 (or 0x599194) is unknown color: approx Half Baked. HEX triplet: 59, 91 and 94. RGB value is (89,145,148). Sum of RGB (Red+Green+Blue) = 89+145+148=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #599194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599194 is #A66E6B. Grayscale: #808080. Windows color (decimal): -10907244 or 9736537. OLE color: 9736537.

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

Color convert

RGB89145148-
CMYK0.400.0200.42
HSL183.05º24.89%46.47%-
HSV(B)183.05º39.86%58.04%-
XYZ19.5924.5131.72-
YUV128.6138.9599.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=23.30%
G=37.96%
B=38.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891451480.400.0200.42183.0524.8946.47
Hex59919428202Ab7192e
Octal1312212245020522673156
Binary101100110010001100101001010001001010101011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599194; }

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

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

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

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

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

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

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

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