#537872

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

Shades of William #537872

Tints of William #537872

Color information

#537872 (or 0x537872) is unknown color: approx William. HEX triplet: 53, 78 and 72. RGB value is (83,120,114). Sum of RGB (Red+Green+Blue) = 83+120+114=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #537872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537872 is #AC878D. Grayscale: #6C6C6C. Windows color (decimal): -11306894 or 7501907. OLE color: 7501907.

HSL color Cylindrical-coordinate representation of color #537872: hue angle of 170.27º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537872 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB83120114-
CMYK0.3100.050.53
HSL170.27º18.23%39.8%-
HSV(B)170.27º30.83%47.06%-
XYZ13.3216.4918.4-
YUV108.25131.24109.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=26.18%
G=37.85%
B=35.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201140.3100.050.53170.2718.2339.8
Hex5378721F0535aa1228
Octal1231701623705652522250
Binary1010011111100011100101111101011101011010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537872; }

 p { color: rgb(83,120,114); }

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

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

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

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

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

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

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