#5172AC

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

Shades of San Marino #5172AC

Tints of San Marino #5172AC

Color information

#5172AC (or 0x5172AC) is unknown color: approx San Marino. HEX triplet: 51, 72 and AC. RGB value is (81,114,172). Sum of RGB (Red+Green+Blue) = 81+114+172=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #5172AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5172AC is #AE8D53. Grayscale: #6E6E6E. Windows color (decimal): -11439444 or 11301457. OLE color: 11301457.

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

Color convert

RGB81114172-
CMYK0.530.3400.33
HSL218.24º35.97%49.61%-
HSV(B)218.24º52.91%67.45%-
XYZ16.8616.7641.38-
YUV110.74162.57106.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=22.07%
G=31.06%
B=46.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811141720.530.3400.33218.2435.9749.61
Hex5172AC3522021da2432
Octal12116225465420413324462
Binary1010001111001010101100110101100010010000111011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5172AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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