#526CA3

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

Shades of San Marino #526CA3

Tints of San Marino #526CA3

Color information

#526CA3 (or 0x526CA3) is unknown color: approx San Marino. HEX triplet: 52, 6C and A3. RGB value is (82,108,163). Sum of RGB (Red+Green+Blue) = 82+108+163=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 163 - color contains mainly: blue. Hex color #526CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526CA3 is #AD935C. Grayscale: #6A6A6A. Windows color (decimal): -11375453 or 10710098. OLE color: 10710098.

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

Color convert

RGB82108163-
CMYK0.500.3400.36
HSL220.74º33.06%48.04%-
HSV(B)220.74º49.69%63.92%-
XYZ15.4515.1636.76-
YUV106.5159.89110.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 163 (64.06% from 255) = 46.18%
R=23.23%
G=30.59%
B=46.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821081630.500.3400.36220.7433.0648.04
Hex526CA33222024dd2130
Octal12215424362420443354160
Binary1010010110110010100011110010100010010010011011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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