#566D6A

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

Shades of William #566D6A

Tints of William #566D6A

Color information

#566D6A (or 0x566D6A) is unknown color: approx William. HEX triplet: 56, 6D and 6A. RGB value is (86,109,106). Sum of RGB (Red+Green+Blue) = 86+109+106=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 109 - color contains mainly: green. Hex color #566D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D6A is #A99295. Grayscale: #656565. Windows color (decimal): -11113110 or 6974806. OLE color: 6974806.

HSL color Cylindrical-coordinate representation of color #566D6A: hue angle of 172.17º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #566D6A is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB86109106-
CMYK0.2100.030.57
HSL172.17º11.79%38.24%-
HSV(B)172.17º21.1%42.75%-
XYZ11.9113.9615.7-
YUV101.78130.38116.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=28.57%
G=36.21%
B=35.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal861091060.2100.030.57172.1711.7938.24
Hex566D6A150339acc26
Octal1261551522503712541446
Binary10101101101101110101010101011111001101011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,109,106); }

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

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

 a { background-color: rgb(86,109,106); }

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

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

 span { border-color: rgb(86,109,106); }

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