#526E97

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

Shades of San Marino #526E97

Tints of San Marino #526E97

Color information

#526E97 (or 0x526E97) is unknown color: approx San Marino. HEX triplet: 52, 6E and 97. RGB value is (82,110,151). Sum of RGB (Red+Green+Blue) = 82+110+151=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #526E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E97 is #AD9168. Grayscale: #6A6A6A. Windows color (decimal): -11374953 or 9924178. OLE color: 9924178.

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

Color convert

RGB82110151-
CMYK0.460.2700.41
HSL215.65º29.61%45.69%-
HSV(B)215.65º45.7%59.22%-
XYZ14.6415.1831.44-
YUV106.3153.22110.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=23.91%
G=32.07%
B=44.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821101510.460.2700.41215.6529.6145.69
Hex526E972E1B029d81e2e
Octal12215622756330513303656
Binary10100101101110100101111011101101101010011101100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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