#537370

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

Shades of William #537370

Tints of William #537370

Color information

#537370 (or 0x537370) is unknown color: approx William. HEX triplet: 53, 73 and 70. RGB value is (83,115,112). Sum of RGB (Red+Green+Blue) = 83+115+112=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #537370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537370 is #AC8C8F. Grayscale: #696969. Windows color (decimal): -11308176 or 7369555. OLE color: 7369555.

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

Color convert

RGB83115112-
CMYK0.2800.030.55
HSL174.38º16.16%38.82%-
HSV(B)174.38º27.83%45.1%-
XYZ12.6215.2717.61-
YUV105.09131.9112.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=26.77%
G=37.10%
B=36.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151120.2800.030.55174.3816.1638.82
Hex5373701C0337ae1027
Octal1231631603403672562047
Binary101001111100111110000111000111101111010111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537370; }

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

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

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

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

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

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

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

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