#526AAF

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

Shades of San Marino #526AAF

Tints of San Marino #526AAF

Color information

#526AAF (or 0x526AAF) is unknown color: approx San Marino. HEX triplet: 52, 6A and AF. RGB value is (82,106,175). Sum of RGB (Red+Green+Blue) = 82+106+175=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #526AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AAF is #AD9550. Grayscale: #6A6A6A. Windows color (decimal): -11375953 or 11496018. OLE color: 11496018.

HSL color Cylindrical-coordinate representation of color #526AAF: hue angle of 224.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526AAF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82106175-
CMYK0.530.3900.31
HSL224.52º36.76%50.39%-
HSV(B)224.52º53.14%68.63%-
XYZ16.3715.242.63-
YUV106.69166.55110.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=22.59%
G=29.20%
B=48.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821061750.530.3900.31224.5236.7650.39
Hex526AAF352701Fe12532
Octal12215225765470373414562
Binary101001011010101010111111010110011101111111100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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