#566F70

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

Shades of William #566F70

Tints of William #566F70

Color information

#566F70 (or 0x566F70) is unknown color: approx William. HEX triplet: 56, 6F and 70. RGB value is (86,111,112). Sum of RGB (Red+Green+Blue) = 86+111+112=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #566F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F70 is #A9908F. Grayscale: #676767. Windows color (decimal): -11112592 or 7368534. OLE color: 7368534.

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

Color convert

RGB86111112-
CMYK0.230.0100.56
HSL182.31º13.13%38.82%-
HSV(B)182.31º23.21%43.92%-
XYZ12.4514.5217.48-
YUV103.64132.72115.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=27.83%
G=35.92%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861111120.230.0100.56182.3113.1338.82
Hex566F70171038b6d27
Octal1261571602710702661547
Binary1010110110111111100001011110111000101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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