#557271

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

Shades of William #557271

Tints of William #557271

Color information

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

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

Color convert

RGB85114113-
CMYK0.2500.010.55
HSL177.93º14.57%39.02%-
HSV(B)177.93º25.44%44.71%-
XYZ12.7415.1617.88-
YUV105.22132.39113.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851141130.2500.010.55177.9314.5739.02
Hex557271190137b2f27
Octal1251621613101672621747
Binary1010101111001011100011100101110111101100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557271; }

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

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

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

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

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

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

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

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