#557071

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

Shades of William #557071

Tints of William #557071

Color information

#557071 (or 0x557071) is unknown color: approx William. HEX triplet: 55, 70 and 71. RGB value is (85,112,113). Sum of RGB (Red+Green+Blue) = 85+112+113=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: blue. Hex color #557071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557071 is #AA8F8E. Grayscale: #686868. Windows color (decimal): -11177871 or 7434325. OLE color: 7434325.

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

Color convert

RGB85112113-
CMYK0.250.0100.56
HSL182.14º14.14%38.82%-
HSV(B)182.14º24.78%44.31%-
XYZ12.5214.7117.8-
YUV104.04133.05114.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=27.42%
G=36.13%
B=36.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851121130.250.0100.56182.1414.1438.82
Hex557071191038b6e27
Octal1251601613110702661647
Binary1010101111000011100011100110111000101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557071; }

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

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

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

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

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

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

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

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