#537170

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

Shades of William #537170

Tints of William #537170

Color information

#537170 (or 0x537170) is unknown color: approx William. HEX triplet: 53, 71 and 70. RGB value is (83,113,112). Sum of RGB (Red+Green+Blue) = 83+113+112=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #537170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537170 is #AC8E8F. Grayscale: #676767. Windows color (decimal): -11308688 or 7369043. OLE color: 7369043.

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

Color convert

RGB83113112-
CMYK0.2700.010.56
HSL178º15.31%38.43%-
HSV(B)178º26.55%44.31%-
XYZ12.414.8217.54-
YUV103.92132.56113.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=26.95%
G=36.69%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831131120.2700.010.5617815.3138.43
Hex5371701B0138b2f26
Octal1231611603301702621746
Binary1010011111000111100001101101111000101100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537170; }

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

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

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

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

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

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

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

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