#579699

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

Shades of Half Baked #579699

Tints of Half Baked #579699

Color information

#579699 (or 0x579699) is unknown color: approx Half Baked. HEX triplet: 57, 96 and 99. RGB value is (87,150,153). Sum of RGB (Red+Green+Blue) = 87+150+153=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #579699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579699 is #A86966. Grayscale: #838383. Windows color (decimal): -11037031 or 10065495. OLE color: 10065495.

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

Color convert

RGB87150153-
CMYK0.430.0200.4
HSL182.73º27.5%47.06%-
HSV(B)182.73º43.14%60%-
XYZ20.5926.1434.1-
YUV131.5140.1396.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=22.31%
G=38.46%
B=39.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871501530.430.0200.4182.7327.547.06
Hex5796992B2028b71b2f
Octal1272262315320502673357
Binary101011110010110100110011010111001010001011011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579699; }

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

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

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

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

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

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

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

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