#5173AC

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

Shades of San Marino #5173AC

Tints of San Marino #5173AC

Color information

#5173AC (or 0x5173AC) is unknown color: approx San Marino. HEX triplet: 51, 73 and AC. RGB value is (81,115,172). Sum of RGB (Red+Green+Blue) = 81+115+172=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #5173AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5173AC is #AE8C53. Grayscale: #6F6F6F. Windows color (decimal): -11439188 or 11301713. OLE color: 11301713.

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

Color convert

RGB81115172-
CMYK0.530.3300.33
HSL217.58º35.97%49.61%-
HSV(B)217.58º52.91%67.45%-
XYZ16.9716.9941.41-
YUV111.33162.24106.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=22.01%
G=31.25%
B=46.74%

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
Decimal811151720.530.3300.33217.5835.9749.61
Hex5173AC3521021da2432
Octal12116325465410413324462
Binary1010001111001110101100110101100001010000111011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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