#579399

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

Shades of Half Baked #579399

Tints of Half Baked #579399

Color information

#579399 (or 0x579399) is unknown color: approx Half Baked. HEX triplet: 57, 93 and 99. RGB value is (87,147,153). Sum of RGB (Red+Green+Blue) = 87+147+153=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #579399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579399 is #A86C66. Grayscale: #818181. Windows color (decimal): -11037799 or 10064727. OLE color: 10064727.

HSL color Cylindrical-coordinate representation of color #579399: hue angle of 185.45º 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 #579399 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87147153-
CMYK0.430.0400.4
HSL185.45º27.5%47.06%-
HSV(B)185.45º43.14%60%-
XYZ20.1125.1933.94-
YUV129.74141.1297.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=22.48%
G=37.98%
B=39.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871471530.430.0400.4185.4527.547.06
Hex5793992B4028b91b2f
Octal1272232315340502713357
Binary1010111100100111001100110101110001010001011100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579399; }

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

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

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

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

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

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

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

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