#566C6C

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

Shades of William #566C6C

Tints of William #566C6C

Color information

#566C6C (or 0x566C6C) is unknown color: approx William. HEX triplet: 56, 6C and 6C. RGB value is (86,108,108). Sum of RGB (Red+Green+Blue) = 86+108+108=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #566C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C6C is #A99393. Grayscale: #656565. Windows color (decimal): -11113364 or 7105622. OLE color: 7105622.

HSL color Cylindrical-coordinate representation of color #566C6C: 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 #566C6C is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86108108-
CMYK0.20000.58
HSL180º11.34%38.04%-
HSV(B)180º20.37%42.35%-
XYZ11.9113.7916.22-
YUV101.42131.71117-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=28.48%
G=35.76%
B=35.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861081080.20000.5818011.3438.04
Hex566C6C14003Ab4b26
Octal1261541542400722641346
Binary1010110110110011011001010000111010101101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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