#526AA9

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

Shades of San Marino #526AA9

Tints of San Marino #526AA9

Color information

#526AA9 (or 0x526AA9) is unknown color: approx San Marino. HEX triplet: 52, 6A and A9. RGB value is (82,106,169). Sum of RGB (Red+Green+Blue) = 82+106+169=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #526AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AA9 is #AD9556. Grayscale: #696969. Windows color (decimal): -11375959 or 11102802. OLE color: 11102802.

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

Color convert

RGB82106169-
CMYK0.510.3700.34
HSL223.45º34.66%49.22%-
HSV(B)223.45º51.48%66.27%-
XYZ15.814.9739.59-
YUV106.01163.55110.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 169 (66.41% from 255) = 47.34%
R=22.97%
G=29.69%
B=47.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821061690.510.3700.34223.4534.6649.22
Hex526AA93325022df2331
Octal12215225163450423374361
Binary1010010110101010101001110011100101010001011011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526AA9; }

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

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

<style>
 a { background-color: #526AA9; }

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

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

<style>
 span { border-color: #526AA9; }

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

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