#526E96

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

Shades of San Marino #526E96

Tints of San Marino #526E96

Color information

#526E96 (or 0x526E96) is unknown color: approx San Marino. HEX triplet: 52, 6E and 96. RGB value is (82,110,150). Sum of RGB (Red+Green+Blue) = 82+110+150=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #526E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E96 is #AD9169. Grayscale: #696969. Windows color (decimal): -11374954 or 9858642. OLE color: 9858642.

HSL color Cylindrical-coordinate representation of color #526E96: hue angle of 215.29º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526E96 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82110150-
CMYK0.450.2700.41
HSL215.29º29.31%45.49%-
HSV(B)215.29º45.33%58.82%-
XYZ14.5615.1531.01-
YUV106.19152.72110.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=23.98%
G=32.16%
B=43.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821101500.450.2700.41215.2929.3145.49
Hex526E962D1B029d71d2d
Octal12215622655330513273555
Binary10100101101110100101101011011101101010011101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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