#5073AD

Color #5073AD San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5073AD

Tints of San Marino #5073AD

Color information

#5073AD (or 0x5073AD) is unknown color: approx San Marino. HEX triplet: 50, 73 and AD. RGB value is (80,115,173). Sum of RGB (Red+Green+Blue) = 80+115+173=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #5073AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5073AD is #AF8C52. Grayscale: #6E6E6E. Windows color (decimal): -11504723 or 11367248. OLE color: 11367248.

HSL color Cylindrical-coordinate representation of color #5073AD: hue angle of 217.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5073AD is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80115173-
CMYK0.540.3400.32
HSL217.42º36.76%49.61%-
HSV(B)217.42º53.76%67.84%-
XYZ16.9816.9841.92-
YUV111.15162.9105.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=21.74%
G=31.25%
B=47.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801151730.540.3400.32217.4236.7649.61
Hex5073AD3622020d92532
Octal12016325566420403314562
Binary1010000111001110101101110110100010010000011011001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5073AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5073AD; }

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

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

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

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

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

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

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

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