#566B6B

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

Shades of William #566B6B

Tints of William #566B6B

Color information

#566B6B (or 0x566B6B) is unknown color: approx William. HEX triplet: 56, 6B and 6B. RGB value is (86,107,107). Sum of RGB (Red+Green+Blue) = 86+107+107=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #566B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B6B is #A99494. Grayscale: #646464. Windows color (decimal): -11113621 or 7039830. OLE color: 7039830.

HSL color Cylindrical-coordinate representation of color #566B6B: hue angle of 180º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566B6B is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86107107-
CMYK0.20000.58
HSL180º10.88%37.84%-
HSV(B)180º19.63%41.96%-
XYZ11.7513.5615.91-
YUV100.72131.54117.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=28.67%
G=35.67%
B=35.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861071070.20000.5818010.8837.84
Hex566B6B14003Ab4b26
Octal1261531532400722641346
Binary1010110110101111010111010000111010101101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,107); }

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

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

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

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

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

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

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