#566B6D

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

Shades of Tax Break #566B6D

Tints of Tax Break #566B6D

Color information

#566B6D (or 0x566B6D) is unknown color: approx Tax Break. HEX triplet: 56, 6B and 6D. RGB value is (86,107,109). Sum of RGB (Red+Green+Blue) = 86+107+109=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #566B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B6D is #A99492. Grayscale: #646464. Windows color (decimal): -11113619 or 7170902. OLE color: 7170902.

HSL color Cylindrical-coordinate representation of color #566B6D: hue angle of 185.22º 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 #566B6D is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB86107109-
CMYK0.210.0200.57
HSL185.22º11.79%38.24%-
HSV(B)185.22º21.1%42.75%-
XYZ11.8613.616.47-
YUV100.95132.54117.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=28.48%
G=35.43%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal861071090.210.0200.57185.2211.7938.24
Hex566B6D152039b9c26
Octal1261531552520712711446
Binary10101101101011110110110101100111001101110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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