#526EAF

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

Shades of San Marino #526EAF

Tints of San Marino #526EAF

Color information

#526EAF (or 0x526EAF) is unknown color: approx San Marino. HEX triplet: 52, 6E and AF. RGB value is (82,110,175). Sum of RGB (Red+Green+Blue) = 82+110+175=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #526EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526EAF is #AD9150. Grayscale: #6C6C6C. Windows color (decimal): -11374929 or 11497042. OLE color: 11497042.

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

Color convert

RGB82110175-
CMYK0.530.3700.31
HSL221.94º36.76%50.39%-
HSV(B)221.94º53.14%68.63%-
XYZ16.7916.0442.77-
YUV109.04165.22108.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=22.34%
G=29.97%
B=47.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821101750.530.3700.31221.9436.7650.39
Hex526EAF352501Fde2532
Octal12215625765450373364562
Binary101001011011101010111111010110010101111111011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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