#579899

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

Shades of Half Baked #579899

Tints of Half Baked #579899

Color information

#579899 (or 0x579899) is unknown color: approx Half Baked. HEX triplet: 57, 98 and 99. RGB value is (87,152,153). Sum of RGB (Red+Green+Blue) = 87+152+153=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #579899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579899 is #A86766. Grayscale: #848484. Windows color (decimal): -11036519 or 10066007. OLE color: 10066007.

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

Color convert

RGB87152153-
CMYK0.430.0100.4
HSL180.91º27.5%47.06%-
HSV(B)180.91º43.14%60%-
XYZ20.9126.7834.2-
YUV132.68139.4795.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=22.19%
G=38.78%
B=39.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871521530.430.0100.4180.9127.547.06
Hex5798992B1028b51b2f
Octal1272302315310502653357
Binary10101111001100010011001101011101010001011010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579899; }

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

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

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

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

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

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

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

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