#5271AF

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

Shades of San Marino #5271AF

Tints of San Marino #5271AF

Color information

#5271AF (or 0x5271AF) is unknown color: approx San Marino. HEX triplet: 52, 71 and AF. RGB value is (82,113,175). Sum of RGB (Red+Green+Blue) = 82+113+175=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 113 (44.53% from 255 or 30.54% 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 #5271AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5271AF is #AD8E50. Grayscale: #6E6E6E. Windows color (decimal): -11374161 or 11497810. OLE color: 11497810.

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

Color convert

RGB82113175-
CMYK0.530.3500.31
HSL220º36.76%50.39%-
HSV(B)220º53.14%68.63%-
XYZ17.1216.742.88-
YUV110.8164.23107.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=22.16%
G=30.54%
B=47.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821131750.530.3500.3122036.7650.39
Hex5271AF352301Fdc2532
Octal12216125765430373344562
Binary101001011100011010111111010110001101111111011100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5271AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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