#557972

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

Shades of William #557972

Tints of William #557972

Color information

#557972 (or 0x557972) is unknown color: approx William. HEX triplet: 55, 79 and 72. RGB value is (85,121,114). Sum of RGB (Red+Green+Blue) = 85+121+114=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #557972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557972 is #AA868D. Grayscale: #6D6D6D. Windows color (decimal): -11175566 or 7502165. OLE color: 7502165.

HSL color Cylindrical-coordinate representation of color #557972: hue angle of 168.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557972 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB85121114-
CMYK0.3000.060.53
HSL168.33º17.48%40.39%-
HSV(B)168.33º29.75%47.45%-
XYZ13.6216.8218.45-
YUV109.44130.57110.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=26.56%
G=37.81%
B=35.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211140.3000.060.53168.3317.4840.39
Hex5579721E0635a81128
Octal1251711623606652502150
Binary1010101111100111100101111001101101011010100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557972; }

 p { color: rgb(85,121,114); }

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

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

 a { background-color: rgb(85,121,114); }

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

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

 span { border-color: rgb(85,121,114); }

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