#557A72

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

Shades of William #557A72

Tints of William #557A72

Color information

#557A72 (or 0x557A72) is unknown color: approx William. HEX triplet: 55, 7A and 72. RGB value is (85,122,114). Sum of RGB (Red+Green+Blue) = 85+122+114=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #557A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A72 is #AA858D. Grayscale: #6E6E6E. Windows color (decimal): -11175310 or 7502421. OLE color: 7502421.

HSL color Cylindrical-coordinate representation of color #557A72: hue angle of 167.03º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A72 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB85122114-
CMYK0.3000.070.52
HSL167.03º17.87%40.59%-
HSV(B)167.03º30.33%47.84%-
XYZ13.7417.0718.49-
YUV110.02130.24110.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=26.48%
G=38.01%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851221140.3000.070.52167.0317.8740.59
Hex557A721E0734a71229
Octal1251721623607642472251
Binary1010101111101011100101111001111101001010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A72; }

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

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

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

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

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

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

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

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