#537A72

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

Shades of William #537A72

Tints of William #537A72

Color information

#537A72 (or 0x537A72) is unknown color: approx William. HEX triplet: 53, 7A and 72. RGB value is (83,122,114). Sum of RGB (Red+Green+Blue) = 83+122+114=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #537A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A72 is #AC858D. Grayscale: #6D6D6D. Windows color (decimal): -11306382 or 7502419. OLE color: 7502419.

HSL color Cylindrical-coordinate representation of color #537A72: hue angle of 167.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A72 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB83122114-
CMYK0.3200.070.52
HSL167.69º19.02%40.2%-
HSV(B)167.69º31.97%47.84%-
XYZ13.5616.9718.48-
YUV109.43130.58109.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=26.02%
G=38.24%
B=35.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221140.3200.070.52167.6919.0240.2
Hex537A72200734a81328
Octal1231721624007642502350
Binary10100111111010111001010000001111101001010100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537A72; }

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

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

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

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

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

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

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

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