#5172AA

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

Shades of San Marino #5172AA

Tints of San Marino #5172AA

Color information

#5172AA (or 0x5172AA) is unknown color: approx San Marino. HEX triplet: 51, 72 and AA. RGB value is (81,114,170). Sum of RGB (Red+Green+Blue) = 81+114+170=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 114 (44.92% from 255 or 31.23% 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 #5172AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5172AA is #AE8D55. Grayscale: #6E6E6E. Windows color (decimal): -11439446 or 11170385. OLE color: 11170385.

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

Color convert

RGB81114170-
CMYK0.520.3300.33
HSL217.75º35.46%49.22%-
HSV(B)217.75º52.35%66.67%-
XYZ16.6716.6940.37-
YUV110.52161.57106.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=22.19%
G=31.23%
B=46.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811141700.520.3300.33217.7535.4649.22
Hex5172AA3421021da2331
Octal12116225264410413324361
Binary1010001111001010101010110100100001010000111011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5172AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,114,170); }

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

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

 a { background-color: rgb(81,114,170); }

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

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

 span { border-color: rgb(81,114,170); }

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