#557172

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

Shades of William #557172

Tints of William #557172

Color information

#557172 (or 0x557172) is unknown color: approx William. HEX triplet: 55, 71 and 72. RGB value is (85,113,114). Sum of RGB (Red+Green+Blue) = 85+113+114=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #557172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557172 is #AA8E8D. Grayscale: #686868. Windows color (decimal): -11177614 or 7500117. OLE color: 7500117.

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

Color convert

RGB85113114-
CMYK0.250.0100.55
HSL182.07º14.57%39.02%-
HSV(B)182.07º25.44%44.71%-
XYZ12.6914.9618.14-
YUV104.74133.22113.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=27.24%
G=36.22%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851131140.250.0100.55182.0714.5739.02
Hex557172191037b6f27
Octal1251611623110672661747
Binary1010101111000111100101100110110111101101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557172; }

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

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

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

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

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

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

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

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