#5173AE

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

Shades of San Marino #5173AE

Tints of San Marino #5173AE

Color information

#5173AE (or 0x5173AE) is unknown color: approx San Marino. HEX triplet: 51, 73 and AE. RGB value is (81,115,174). Sum of RGB (Red+Green+Blue) = 81+115+174=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #5173AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5173AE is #AE8C51. Grayscale: #6F6F6F. Windows color (decimal): -11439186 or 11432785. OLE color: 11432785.

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

Color convert

RGB81115174-
CMYK0.530.3400.32
HSL218.06º36.47%50%-
HSV(B)218.06º53.45%68.24%-
XYZ17.1617.0742.43-
YUV111.56163.24106.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=21.89%
G=31.08%
B=47.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811151740.530.3400.32218.0636.4750
Hex5173AE3522020da2432
Octal12116325665420403324462
Binary1010001111001110101110110101100010010000011011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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