#526EA4

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

Shades of San Marino #526EA4

Tints of San Marino #526EA4

Color information

#526EA4 (or 0x526EA4) is unknown color: approx San Marino. HEX triplet: 52, 6E and A4. RGB value is (82,110,164). Sum of RGB (Red+Green+Blue) = 82+110+164=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #526EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526EA4 is #AD915B. Grayscale: #6B6B6B. Windows color (decimal): -11374940 or 10776146. OLE color: 10776146.

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

Color convert

RGB82110164-
CMYK0.50.3300.36
HSL219.51º33.33%48.24%-
HSV(B)219.51º50%64.31%-
XYZ15.7615.6337.31-
YUV107.78159.72109.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=23.03%
G=30.90%
B=46.07%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821101640.50.3300.36219.5133.3348.24
Hex526EA43221024dc2130
Octal12215624462410443344160
Binary1010010110111010100100110010100001010010011011100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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