#5273A9

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

Shades of San Marino #5273A9

Tints of San Marino #5273A9

Color information

#5273A9 (or 0x5273A9) is unknown color: approx San Marino. HEX triplet: 52, 73 and A9. RGB value is (82,115,169). Sum of RGB (Red+Green+Blue) = 82+115+169=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 169 - color contains mainly: blue. Hex color #5273A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5273A9 is #AD8C56. Grayscale: #6F6F6F. Windows color (decimal): -11373655 or 11105106. OLE color: 11105106.

HSL color Cylindrical-coordinate representation of color #5273A9: hue angle of 217.24º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5273A9 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB82115169-
CMYK0.510.3200.34
HSL217.24º34.66%49.22%-
HSV(B)217.24º51.48%66.27%-
XYZ16.7716.9239.92-
YUV111.29160.57107.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 169 (66.41% from 255) = 46.17%
R=22.40%
G=31.42%
B=46.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821151690.510.3200.34217.2434.6649.22
Hex5273A93320022d92331
Octal12216325163400423314361
Binary1010010111001110101001110011100000010001011011001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5273A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5273A9; }

 p { color: rgb(82,115,169); }

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

<style>
 a { background-color: #5273A9; }

 a { background-color: rgb(82,115,169); }

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

<style>
 span { border-color: #5273A9; }

 span { border-color: rgb(82,115,169); }

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