#526A9E

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

Shades of San Marino #526A9E

Tints of San Marino #526A9E

Color information

#526A9E (or 0x526A9E) is unknown color: approx San Marino. HEX triplet: 52, 6A and 9E. RGB value is (82,106,158). Sum of RGB (Red+Green+Blue) = 82+106+158=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #526A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A9E is #AD9561. Grayscale: #686868. Windows color (decimal): -11375970 or 10381906. OLE color: 10381906.

HSL color Cylindrical-coordinate representation of color #526A9E: hue angle of 221.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526A9E is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82106158-
CMYK0.480.3300.38
HSL221.05º31.67%47.06%-
HSV(B)221.05º48.1%61.96%-
XYZ14.8114.5734.38-
YUV104.75158.05111.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=23.70%
G=30.64%
B=45.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821061580.480.3300.38221.0531.6747.06
Hex526A9E3021026dd202f
Octal12215223660410463354057
Binary1010010110101010011110110000100001010011011011101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,158); }

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

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

 a { background-color: rgb(82,106,158); }

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

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

 span { border-color: rgb(82,106,158); }

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