#526EAE

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

Shades of San Marino #526EAE

Tints of San Marino #526EAE

Color information

#526EAE (or 0x526EAE) is unknown color: approx San Marino. HEX triplet: 52, 6E and AE. RGB value is (82,110,174). Sum of RGB (Red+Green+Blue) = 82+110+174=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #526EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526EAE is #AD9151. Grayscale: #6C6C6C. Windows color (decimal): -11374930 or 11431506. OLE color: 11431506.

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

Color convert

RGB82110174-
CMYK0.530.3700.32
HSL221.74º36.22%50.2%-
HSV(B)221.74º52.87%68.24%-
XYZ16.71642.25-
YUV108.92164.72108.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=22.40%
G=30.05%
B=47.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821101740.530.3700.32221.7436.2250.2
Hex526EAE3525020de2432
Octal12215625665450403364462
Binary1010010110111010101110110101100101010000011011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,110,174); }

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

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

 a { background-color: rgb(82,110,174); }

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

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

 span { border-color: rgb(82,110,174); }

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