#5276AD

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

Shades of San Marino #5276AD

Tints of San Marino #5276AD

Color information

#5276AD (or 0x5276AD) is unknown color: approx San Marino. HEX triplet: 52, 76 and AD. RGB value is (82,118,173). Sum of RGB (Red+Green+Blue) = 82+118+173=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5276AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5276AD is #AD8952. Grayscale: #717171. Windows color (decimal): -11372883 or 11368018. OLE color: 11368018.

HSL color Cylindrical-coordinate representation of color #5276AD: hue angle of 216.26º 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 #5276AD is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82118173-
CMYK0.530.3200.32
HSL216.26º35.69%50%-
HSV(B)216.26º52.6%67.84%-
XYZ17.517.7742.04-
YUV113.51161.57105.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=21.98%
G=31.64%
B=46.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821181730.530.3200.32216.2635.6950
Hex5276AD3520020d82432
Octal12216625565400403304462
Binary1010010111011010101101110101100000010000011011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5276AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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