#579599

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

Shades of Half Baked #579599

Tints of Half Baked #579599

Color information

#579599 (or 0x579599) is unknown color: approx Half Baked. HEX triplet: 57, 95 and 99. RGB value is (87,149,153). Sum of RGB (Red+Green+Blue) = 87+149+153=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #579599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579599 is #A86A66. Grayscale: #828282. Windows color (decimal): -11037287 or 10065239. OLE color: 10065239.

HSL color Cylindrical-coordinate representation of color #579599: hue angle of 183.64º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #579599 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87149153-
CMYK0.430.0300.4
HSL183.64º27.5%47.06%-
HSV(B)183.64º43.14%60%-
XYZ20.4325.8234.04-
YUV130.92140.4696.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=22.37%
G=38.30%
B=39.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871491530.430.0300.4183.6427.547.06
Hex5795992B3028b81b2f
Octal1272252315330502703357
Binary101011110010101100110011010111101010001011100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579599; }

 p { color: rgb(87,149,153); }

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

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

 a { background-color: rgb(87,149,153); }

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

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

 span { border-color: rgb(87,149,153); }

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