#566B6E

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

Shades of Tax Break #566B6E

Tints of Tax Break #566B6E

Color information

#566B6E (or 0x566B6E) is unknown color: approx Tax Break. HEX triplet: 56, 6B and 6E. RGB value is (86,107,110). Sum of RGB (Red+Green+Blue) = 86+107+110=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #566B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B6E is #A99491. Grayscale: #656565. Windows color (decimal): -11113618 or 7236438. OLE color: 7236438.

HSL color Cylindrical-coordinate representation of color #566B6E: hue angle of 187.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566B6E is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB86107110-
CMYK0.220.0300.57
HSL187.5º12.24%38.43%-
HSV(B)187.5º21.82%43.14%-
XYZ11.9113.6216.75-
YUV101.06133.04117.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=28.38%
G=35.31%
B=36.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal861071100.220.0300.57187.512.2438.43
Hex566B6E163039bcc26
Octal1261531562630712741446
Binary10101101101011110111010110110111001101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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