#537171

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

Shades of William #537171

Tints of William #537171

Color information

#537171 (or 0x537171) is unknown color: approx William. HEX triplet: 53, 71 and 71. RGB value is (83,113,113). Sum of RGB (Red+Green+Blue) = 83+113+113=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #537171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537171 is #AC8E8E. Grayscale: #686868. Windows color (decimal): -11308687 or 7434579. OLE color: 7434579.

HSL color Cylindrical-coordinate representation of color #537171: hue angle of 180º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537171 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83113113-
CMYK0.27000.56
HSL180º15.31%38.43%-
HSV(B)180º26.55%44.31%-
XYZ12.4514.8417.83-
YUV104.03133.06113-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=26.86%
G=36.57%
B=36.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831131130.27000.5618015.3138.43
Hex5371711B0038b4f26
Octal1231611613300702641746
Binary1010011111000111100011101100111000101101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537171; }

 p { color: rgb(83,113,113); }

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

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

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

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

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

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

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