#566A65

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

Shades of William #566A65

Tints of William #566A65

Color information

#566A65 (or 0x566A65) is unknown color: approx William. HEX triplet: 56, 6A and 65. RGB value is (86,106,101). Sum of RGB (Red+Green+Blue) = 86+106+101=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #566A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A65 is #A9959A. Grayscale: #636363. Windows color (decimal): -11113883 or 6646358. OLE color: 6646358.

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

Color convert

RGB86106101-
CMYK0.1900.050.58
HSL165º10.42%37.65%-
HSV(B)165º18.87%41.57%-
XYZ11.3413.2314.27-
YUV99.45128.87118.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=29.35%
G=36.18%
B=34.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861061010.1900.050.5816510.4237.65
Hex566A6513053Aa5a26
Octal1261521452305722451246
Binary101011011010101100101100110101111010101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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