#5276a9

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

Shades of San Marino #5276A9

Tints of San Marino #5276A9

Color information

#5276A9 (or 0x5276A9) is unknown color: approx San Marino. HEX triplet: 52, 76 and A9. RGB value is (82,118,169). Sum of RGB (Red+Green+Blue) = 82+118+169=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 169 - color contains mainly: blue. Hex color #5276A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5276A9 is #AD8956. Grayscale: #707070. Windows color (decimal): -11372887 or 11105874. OLE color: 11105874.

HSL color Cylindrical-coordinate representation of color #5276A9: hue angle of 215.17º 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 #5276A9 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB82118169-
CMYK0.510.3000.34
HSL215.17º34.66%49.22%-
HSV(B)215.17º51.48%66.27%-
XYZ17.1217.6240.03-
YUV113.05159.57105.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=22.22%
G=31.98%
B=45.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821181690.510.3000.34215.1734.6649.22
Hex5276A9331E022d72331
Octal12216625163360423274361
Binary101001011101101010100111001111110010001011010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5276a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5276a9; }

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

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

<style>
 a { background-color: #5276a9; }

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

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

<style>
 span { border-color: #5276a9; }

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

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