#5264AA

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

Shades of San Marino #5264AA

Tints of San Marino #5264AA

Color information

#5264AA (or 0x5264AA) is unknown color: approx San Marino. HEX triplet: 52, 64 and AA. RGB value is (82,100,170). Sum of RGB (Red+Green+Blue) = 82+100+170=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #5264AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5264AA is #AD9B55. Grayscale: #666666. Windows color (decimal): -11377494 or 11166802. OLE color: 11166802.

HSL color Cylindrical-coordinate representation of color #5264AA: hue angle of 227.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5264AA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82100170-
CMYK0.520.4100.33
HSL227.73º34.92%49.41%-
HSV(B)227.73º51.76%66.67%-
XYZ15.2913.8139.89-
YUV102.6166.04113.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=23.30%
G=28.41%
B=48.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821001700.520.4100.33227.7334.9249.41
Hex5264AA3429021e42331
Octal12214425264510413444361
Binary1010010110010010101010110100101001010000111100100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5264AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5264AA; }

 p { color: rgb(82,100,170); }

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

<style>
 a { background-color: #5264AA; }

 a { background-color: rgb(82,100,170); }

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

<style>
 span { border-color: #5264AA; }

 span { border-color: rgb(82,100,170); }

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