#557370

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

Shades of William #557370

Tints of William #557370

Color information

#557370 (or 0x557370) is unknown color: approx William. HEX triplet: 55, 73 and 70. RGB value is (85,115,112). Sum of RGB (Red+Green+Blue) = 85+115+112=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #557370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557370 is #AA8C8F. Grayscale: #696969. Windows color (decimal): -11177104 or 7369557. OLE color: 7369557.

HSL color Cylindrical-coordinate representation of color #557370: hue angle of 174º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557370 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB85115112-
CMYK0.2600.030.55
HSL174º15%39.22%-
HSV(B)174º26.09%45.1%-
XYZ12.815.3617.62-
YUV105.69131.56113.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=27.24%
G=36.86%
B=35.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851151120.2600.030.551741539.22
Hex5573701A0337aef27
Octal1251631603203672561747
Binary10101011110011111000011010011110111101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557370; }

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

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

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

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

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

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

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

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