#5171AF

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

Shades of San Marino #5171AF

Tints of San Marino #5171AF

Color information

#5171AF (or 0x5171AF) is unknown color: approx San Marino. HEX triplet: 51, 71 and AF. RGB value is (81,113,175). Sum of RGB (Red+Green+Blue) = 81+113+175=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #5171AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5171AF is #AE8E50. Grayscale: #6E6E6E. Windows color (decimal): -11439697 or 11497809. OLE color: 11497809.

HSL color Cylindrical-coordinate representation of color #5171AF: hue angle of 219.57º 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 #5171AF is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81113175-
CMYK0.540.3500.31
HSL219.57º37.01%50.2%-
HSV(B)219.57º53.71%68.63%-
XYZ17.0416.6542.87-
YUV110.5164.4106.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=21.95%
G=30.62%
B=47.43%

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
Decimal811131750.540.3500.31219.5737.0150.2
Hex5171AF362301Fdc2532
Octal12116125766430373344562
Binary101000111100011010111111011010001101111111011100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5171AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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