#5173AB

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

Shades of San Marino #5173AB

Tints of San Marino #5173AB

Color information

#5173AB (or 0x5173AB) is unknown color: approx San Marino. HEX triplet: 51, 73 and AB. RGB value is (81,115,171). Sum of RGB (Red+Green+Blue) = 81+115+171=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #5173AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5173AB is #AE8C54. Grayscale: #6E6E6E. Windows color (decimal): -11439189 or 11236177. OLE color: 11236177.

HSL color Cylindrical-coordinate representation of color #5173AB: hue angle of 217.33º 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 #5173AB is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81115171-
CMYK0.530.3300.33
HSL217.33º35.71%49.41%-
HSV(B)217.33º52.63%67.06%-
XYZ16.8716.9540.91-
YUV111.22161.74106.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=22.07%
G=31.34%
B=46.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811151710.530.3300.33217.3335.7149.41
Hex5173AB3521021d92431
Octal12116325365410413314461
Binary1010001111001110101011110101100001010000111011001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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