#526FA3

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

Shades of San Marino #526FA3

Tints of San Marino #526FA3

Color information

#526FA3 (or 0x526FA3) is unknown color: approx San Marino. HEX triplet: 52, 6F and A3. RGB value is (82,111,163). Sum of RGB (Red+Green+Blue) = 82+111+163=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #526FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526FA3 is #AD905C. Grayscale: #6C6C6C. Windows color (decimal): -11374685 or 10710866. OLE color: 10710866.

HSL color Cylindrical-coordinate representation of color #526FA3: hue angle of 218.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526FA3 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82111163-
CMYK0.500.3200.36
HSL218.52º33.06%48.04%-
HSV(B)218.52º49.69%63.92%-
XYZ15.7715.8136.87-
YUV108.26158.89109.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=23.03%
G=31.18%
B=45.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821111630.500.3200.36218.5233.0648.04
Hex526FA33220024db2130
Octal12215724362400443334160
Binary1010010110111110100011110010100000010010011011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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