#5273AE

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

Shades of San Marino #5273AE

Tints of San Marino #5273AE

Color information

#5273AE (or 0x5273AE) is unknown color: approx San Marino. HEX triplet: 52, 73 and AE. RGB value is (82,115,174). Sum of RGB (Red+Green+Blue) = 82+115+174=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #5273AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5273AE is #AD8C51. Grayscale: #6F6F6F. Windows color (decimal): -11373650 or 11432786. OLE color: 11432786.

HSL color Cylindrical-coordinate representation of color #5273AE: hue angle of 218.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5273AE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82115174-
CMYK0.530.3400.32
HSL218.48º36.22%50.2%-
HSV(B)218.48º52.87%68.24%-
XYZ17.2517.1142.44-
YUV111.86163.07106.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=22.10%
G=31.00%
B=46.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821151740.530.3400.32218.4836.2250.2
Hex5273AE3522020da2432
Octal12216325665420403324462
Binary1010010111001110101110110101100010010000011011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5273AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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