#537870

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

Shades of William #537870

Tints of William #537870

Color information

#537870 (or 0x537870) is unknown color: approx William. HEX triplet: 53, 78 and 70. RGB value is (83,120,112). Sum of RGB (Red+Green+Blue) = 83+120+112=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #537870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537870 is #AC878F. Grayscale: #6C6C6C. Windows color (decimal): -11306896 or 7370835. OLE color: 7370835.

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

Color convert

RGB83120112-
CMYK0.3100.070.53
HSL167.03º18.23%39.8%-
HSV(B)167.03º30.83%47.06%-
XYZ13.2116.4417.81-
YUV108.02130.24110.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=26.35%
G=38.10%
B=35.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201120.3100.070.53167.0318.2339.8
Hex5378701F0735a71228
Octal1231701603707652472250
Binary1010011111100011100001111101111101011010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537870; }

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

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

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

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

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

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

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

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