#5073AE

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

Shades of San Marino #5073AE

Tints of San Marino #5073AE

Color information

#5073AE (or 0x5073AE) is unknown color: approx San Marino. HEX triplet: 50, 73 and AE. RGB value is (80,115,174). Sum of RGB (Red+Green+Blue) = 80+115+174=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #5073AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5073AE is #AF8C51. Grayscale: #6E6E6E. Windows color (decimal): -11504722 or 11432784. OLE color: 11432784.

HSL color Cylindrical-coordinate representation of color #5073AE: hue angle of 217.66º 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 #5073AE is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80115174-
CMYK0.540.3400.32
HSL217.66º37.01%49.8%-
HSV(B)217.66º54.02%68.24%-
XYZ17.0817.0242.43-
YUV111.26163.4105.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=21.68%
G=31.17%
B=47.15%

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
Decimal801151740.540.3400.32217.6637.0149.8
Hex5073AE3622020da2532
Octal12016325666420403324562
Binary1010000111001110101110110110100010010000011011010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5073AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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