#576F70

Color #576F70 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #576F70

Tints of William #576F70

Color information

#576F70 (or 0x576F70) is unknown color: approx William. HEX triplet: 57, 6F and 70. RGB value is (87,111,112). Sum of RGB (Red+Green+Blue) = 87+111+112=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #576F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F70 is #A8908F. Grayscale: #676767. Windows color (decimal): -11047056 or 7368535. OLE color: 7368535.

HSL color Cylindrical-coordinate representation of color #576F70: hue angle of 182.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576F70 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB87111112-
CMYK0.220.0100.56
HSL182.4º12.56%39.02%-
HSV(B)182.4º22.32%43.92%-
XYZ12.5414.5617.48-
YUV103.94132.55115.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=28.06%
G=35.81%
B=36.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871111120.220.0100.56182.412.5639.02
Hex576F70161038b6d27
Octal1271571602610702661547
Binary1010111110111111100001011010111000101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576F70; }

 p { color: rgb(87,111,112); }

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

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

 a { background-color: rgb(87,111,112); }

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

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

 span { border-color: rgb(87,111,112); }

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