#556F70

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

Shades of William #556F70

Tints of William #556F70

Color information

#556F70 (or 0x556F70) is unknown color: approx William. HEX triplet: 55, 6F and 70. RGB value is (85,111,112). Sum of RGB (Red+Green+Blue) = 85+111+112=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #556F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F70 is #AA908F. Grayscale: #676767. Windows color (decimal): -11178128 or 7368533. OLE color: 7368533.

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

Color convert

RGB85111112-
CMYK0.240.0100.56
HSL182.22º13.71%38.63%-
HSV(B)182.22º24.11%43.92%-
XYZ12.3614.4717.47-
YUV103.34132.89114.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=27.60%
G=36.04%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851111120.240.0100.56182.2213.7138.63
Hex556F70181038b6e27
Octal1251571603010702661647
Binary1010101110111111100001100010111000101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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