#557472

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

Shades of William #557472

Tints of William #557472

Color information

#557472 (or 0x557472) is unknown color: approx William. HEX triplet: 55, 74 and 72. RGB value is (85,116,114). Sum of RGB (Red+Green+Blue) = 85+116+114=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #557472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557472 is #AA8B8D. Grayscale: #6A6A6A. Windows color (decimal): -11176846 or 7500885. OLE color: 7500885.

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

Color convert

RGB85116114-
CMYK0.2700.020.55
HSL176.13º15.42%39.41%-
HSV(B)176.13º26.72%45.49%-
XYZ13.0315.6418.25-
YUV106.5132.23112.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=26.98%
G=36.83%
B=36.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851161140.2700.020.55176.1315.4239.41
Hex5574721B0237b0f27
Octal1251641623302672601747
Binary10101011110100111001011011010110111101100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557472; }

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

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

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

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

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

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

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

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