#557372

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

Shades of William #557372

Tints of William #557372

Color information

#557372 (or 0x557372) is unknown color: approx William. HEX triplet: 55, 73 and 72. RGB value is (85,115,114). Sum of RGB (Red+Green+Blue) = 85+115+114=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #557372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557372 is #AA8C8D. Grayscale: #696969. Windows color (decimal): -11177102 or 7500629. OLE color: 7500629.

HSL color Cylindrical-coordinate representation of color #557372: hue angle of 178º 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 #557372 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB85115114-
CMYK0.2600.010.55
HSL178º15%39.22%-
HSV(B)178º26.09%45.1%-
XYZ12.9115.4118.21-
YUV105.92132.56113.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=27.07%
G=36.62%
B=36.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851151140.2600.010.551781539.22
Hex5573721A0137b2f27
Octal1251631623201672621747
Binary1010101111001111100101101001110111101100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557372; }

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

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

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

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

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

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

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

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