#537873

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

Shades of William #537873

Tints of William #537873

Color information

#537873 (or 0x537873) is unknown color: approx William. HEX triplet: 53, 78 and 73. RGB value is (83,120,115). Sum of RGB (Red+Green+Blue) = 83+120+115=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #537873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537873 is #AC878C. Grayscale: #6C6C6C. Windows color (decimal): -11306893 or 7567443. OLE color: 7567443.

HSL color Cylindrical-coordinate representation of color #537873: hue angle of 171.89º 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 #537873 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB83120115-
CMYK0.3100.040.53
HSL171.89º18.23%39.8%-
HSV(B)171.89º30.83%47.06%-
XYZ13.3816.5118.7-
YUV108.37131.74109.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=26.10%
G=37.74%
B=36.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201150.3100.040.53171.8918.2339.8
Hex5378731F0435ac1228
Octal1231701633704652542250
Binary1010011111100011100111111101001101011010110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537873; }

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

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

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

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

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

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

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

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