#5073AA

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

Shades of San Marino #5073AA

Tints of San Marino #5073AA

Color information

#5073AA (or 0x5073AA) is unknown color: approx San Marino. HEX triplet: 50, 73 and AA. RGB value is (80,115,170). Sum of RGB (Red+Green+Blue) = 80+115+170=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #5073AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5073AA is #AF8C55. Grayscale: #6E6E6E. Windows color (decimal): -11504726 or 11170640. OLE color: 11170640.

HSL color Cylindrical-coordinate representation of color #5073AA: hue angle of 216.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5073AA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80115170-
CMYK0.530.3200.33
HSL216.67º36%49.02%-
HSV(B)216.67º52.94%66.67%-
XYZ16.6916.8740.41-
YUV110.8161.4106.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=21.92%
G=31.51%
B=46.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801151700.530.3200.33216.673649.02
Hex5073AA3520021d92431
Octal12016325265400413314461
Binary1010000111001110101010110101100000010000111011001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5073AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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