#526EA5

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

Shades of San Marino #526EA5

Tints of San Marino #526EA5

Color information

#526EA5 (or 0x526EA5) is unknown color: approx San Marino. HEX triplet: 52, 6E and A5. RGB value is (82,110,165). Sum of RGB (Red+Green+Blue) = 82+110+165=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #526EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526EA5 is #AD915A. Grayscale: #6B6B6B. Windows color (decimal): -11374939 or 10841682. OLE color: 10841682.

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

Color convert

RGB82110165-
CMYK0.500.3300.35
HSL219.76º33.6%48.43%-
HSV(B)219.76º50.3%64.71%-
XYZ15.8515.6637.79-
YUV107.9160.22109.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=22.97%
G=30.81%
B=46.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821101650.500.3300.35219.7633.648.43
Hex526EA53221023dc2230
Octal12215624562410433344260
Binary1010010110111010100101110010100001010001111011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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