#56676B

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

Shades of Tax Break #56676B

Tints of Tax Break #56676B

Color information

#56676B (or 0x56676B) is unknown color: approx Tax Break. HEX triplet: 56, 67 and 6B. RGB value is (86,103,107). Sum of RGB (Red+Green+Blue) = 86+103+107=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: blue. Hex color #56676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56676B is #A99894. Grayscale: #626262. Windows color (decimal): -11114645 or 7038806. OLE color: 7038806.

HSL color Cylindrical-coordinate representation of color #56676B: hue angle of 191.43º 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 #56676B is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86103107-
CMYK0.200.0400.58
HSL191.43º10.88%37.84%-
HSV(B)191.43º19.63%41.96%-
XYZ11.3412.7415.77-
YUV98.37132.87119.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=29.05%
G=34.80%
B=36.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861031070.200.0400.58191.4310.8837.84
Hex56676B14403Abfb26
Octal1261471532440722771346
Binary101011011001111101011101001000111010101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56676B; }

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

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

<style>
 a { background-color: #56676B; }

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

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

<style>
 span { border-color: #56676B; }

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

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