#5172AF

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

Shades of San Marino #5172AF

Tints of San Marino #5172AF

Color information

#5172AF (or 0x5172AF) is unknown color: approx San Marino. HEX triplet: 51, 72 and AF. RGB value is (81,114,175). Sum of RGB (Red+Green+Blue) = 81+114+175=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #5172AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5172AF is #AE8D50. Grayscale: #6E6E6E. Windows color (decimal): -11439441 or 11498065. OLE color: 11498065.

HSL color Cylindrical-coordinate representation of color #5172AF: hue angle of 218.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5172AF is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81114175-
CMYK0.540.3500.31
HSL218.94º37.01%50.2%-
HSV(B)218.94º53.71%68.63%-
XYZ17.1516.8842.91-
YUV111.09164.07106.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=21.89%
G=30.81%
B=47.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811141750.540.3500.31218.9437.0150.2
Hex5172AF362301Fdb2532
Octal12116225766430373334562
Binary101000111100101010111111011010001101111111011011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5172AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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