#507370

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

Shades of William #507370

Tints of William #507370

Color information

#507370 (or 0x507370) is unknown color: approx William. HEX triplet: 50, 73 and 70. RGB value is (80,115,112). Sum of RGB (Red+Green+Blue) = 80+115+112=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #507370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507370 is #AF8C8F. Grayscale: #686868. Windows color (decimal): -11504784 or 7369552. OLE color: 7369552.

HSL color Cylindrical-coordinate representation of color #507370: hue angle of 174.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507370 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB80115112-
CMYK0.3000.030.55
HSL174.86º17.95%38.24%-
HSV(B)174.86º30.43%45.1%-
XYZ12.3615.1417.6-
YUV104.19132.4110.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=26.06%
G=37.46%
B=36.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801151120.3000.030.55174.8617.9538.24
Hex5073701E0337af1226
Octal1201631603603672572246
Binary101000011100111110000111100111101111010111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507370; }

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

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

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

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

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

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

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

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