#556E70

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

Shades of Tax Break #556E70

Tints of Tax Break #556E70

Color information

#556E70 (or 0x556E70) is unknown color: approx Tax Break. HEX triplet: 55, 6E and 70. RGB value is (85,110,112). Sum of RGB (Red+Green+Blue) = 85+110+112=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #556E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E70 is #AA918F. Grayscale: #666666. Windows color (decimal): -11178384 or 7368277. OLE color: 7368277.

HSL color Cylindrical-coordinate representation of color #556E70: hue angle of 184.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #556E70 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB85110112-
CMYK0.240.0200.56
HSL184.44º13.71%38.63%-
HSV(B)184.44º24.11%43.92%-
XYZ12.2514.2517.43-
YUV102.75133.22115.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=27.69%
G=35.83%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851101120.240.0200.56184.4413.7138.63
Hex556E70182038b8e27
Octal1251561603020702701647
Binary10101011101110111000011000100111000101110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E70; }

 p { color: rgb(85,110,112); }

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

<style>
 a { background-color: #556E70; }

 a { background-color: rgb(85,110,112); }

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

<style>
 span { border-color: #556E70; }

 span { border-color: rgb(85,110,112); }

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