#556C70

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

Shades of Tax Break #556C70

Tints of Tax Break #556C70

Color information

#556C70 (or 0x556C70) is unknown color: approx Tax Break. HEX triplet: 55, 6C and 70. RGB value is (85,108,112). Sum of RGB (Red+Green+Blue) = 85+108+112=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #556C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C70 is #AA938F. Grayscale: #656565. Windows color (decimal): -11178896 or 7367765. OLE color: 7367765.

HSL color Cylindrical-coordinate representation of color #556C70: hue angle of 188.89º 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 #556C70 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB85108112-
CMYK0.240.0400.56
HSL188.89º13.71%38.63%-
HSV(B)188.89º24.11%43.92%-
XYZ12.0313.8317.36-
YUV101.58133.88116.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=27.87%
G=35.41%
B=36.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851081120.240.0400.56188.8913.7138.63
Hex556C70184038bde27
Octal1251541603040702751647
Binary101010111011001110000110001000111000101111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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