#526AAA

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

Shades of San Marino #526AAA

Tints of San Marino #526AAA

Color information

#526AAA (or 0x526AAA) is unknown color: approx San Marino. HEX triplet: 52, 6A and AA. RGB value is (82,106,170). Sum of RGB (Red+Green+Blue) = 82+106+170=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #526AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AAA is #AD9555. Grayscale: #696969. Windows color (decimal): -11375958 or 11168338. OLE color: 11168338.

HSL color Cylindrical-coordinate representation of color #526AAA: hue angle of 223.64º 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 #526AAA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82106170-
CMYK0.520.3800.33
HSL223.64º34.92%49.41%-
HSV(B)223.64º51.76%66.67%-
XYZ15.891540.09-
YUV106.12164.05110.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=22.91%
G=29.61%
B=47.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821061700.520.3800.33223.6434.9249.41
Hex526AAA3426021e02331
Octal12215225264460413404361
Binary1010010110101010101010110100100110010000111100000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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