#537272

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

Shades of William #537272

Tints of William #537272

Color information

#537272 (or 0x537272) is unknown color: approx William. HEX triplet: 53, 72 and 72. RGB value is (83,114,114). Sum of RGB (Red+Green+Blue) = 83+114+114=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #537272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537272 is #AC8D8D. Grayscale: #686868. Windows color (decimal): -11308430 or 7500371. OLE color: 7500371.

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

Color convert

RGB83114114-
CMYK0.27000.55
HSL180º15.74%38.63%-
HSV(B)180º27.19%44.71%-
XYZ12.6215.0918.17-
YUV104.73133.23112.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=26.69%
G=36.66%
B=36.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831141140.27000.5518015.7438.63
Hex5372721B0037b41027
Octal1231621623300672642047
Binary10100111110010111001011011001101111011010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537272; }

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

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

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

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

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

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

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

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