#526D96

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

Shades of San Marino #526D96

Tints of San Marino #526D96

Color information

#526D96 (or 0x526D96) is unknown color: approx San Marino. HEX triplet: 52, 6D and 96. RGB value is (82,109,150). Sum of RGB (Red+Green+Blue) = 82+109+150=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #526D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D96 is #AD9269. Grayscale: #696969. Windows color (decimal): -11375210 or 9858386. OLE color: 9858386.

HSL color Cylindrical-coordinate representation of color #526D96: hue angle of 216.18º 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 #526D96 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82109150-
CMYK0.450.2700.41
HSL216.18º29.31%45.49%-
HSV(B)216.18º45.33%58.82%-
XYZ14.4514.9330.97-
YUV105.6153.05111.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=24.05%
G=31.96%
B=43.99%

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
Decimal821091500.450.2700.41216.1829.3145.49
Hex526D962D1B029d81d2d
Octal12215522655330513303555
Binary10100101101101100101101011011101101010011101100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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