#526FAE

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

Shades of San Marino #526FAE

Tints of San Marino #526FAE

Color information

#526FAE (or 0x526FAE) is unknown color: approx San Marino. HEX triplet: 52, 6F and AE. RGB value is (82,111,174). Sum of RGB (Red+Green+Blue) = 82+111+174=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #526FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526FAE is #AD9051. Grayscale: #6D6D6D. Windows color (decimal): -11374674 or 11431762. OLE color: 11431762.

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

Color convert

RGB82111174-
CMYK0.530.3600.32
HSL221.09º36.22%50.2%-
HSV(B)221.09º52.87%68.24%-
XYZ16.816.2242.29-
YUV109.51164.39108.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=22.34%
G=30.25%
B=47.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821111740.530.3600.32221.0936.2250.2
Hex526FAE3524020dd2432
Octal12215725665440403354462
Binary1010010110111110101110110101100100010000011011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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