#566461

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

Shades of William #566461

Tints of William #566461

Color information

#566461 (or 0x566461) is unknown color: approx William. HEX triplet: 56, 64 and 61. RGB value is (86,100,97). Sum of RGB (Red+Green+Blue) = 86+100+97=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 100 - color contains mainly: green. Hex color #566461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566461 is #A99B9E. Grayscale: #5F5F5F. Windows color (decimal): -11115423 or 6382678. OLE color: 6382678.

HSL color Cylindrical-coordinate representation of color #566461: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #566461 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB8610097-
CMYK0.1400.030.61
HSL167.14º7.53%36.47%-
HSV(B)167.14º14%39.22%-
XYZ10.5511.9613.06-
YUV95.47128.86121.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=30.39%
G=35.34%
B=34.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86100970.1400.030.61167.147.5336.47
Hex566461E033Da7824
Octal1261441411603752471044
Binary1010110110010011000011110011111101101001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566461; }

 p { color: rgb(86,100,97); }

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

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

 a { background-color: rgb(86,100,97); }

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

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

 span { border-color: rgb(86,100,97); }

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