#526896

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

Shades of San Marino #526896

Tints of San Marino #526896

Color information

#526896 (or 0x526896) is unknown color: approx San Marino. HEX triplet: 52, 68 and 96. RGB value is (82,104,150). Sum of RGB (Red+Green+Blue) = 82+104+150=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #526896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526896 is #AD9769. Grayscale: #666666. Windows color (decimal): -11376490 or 9857106. OLE color: 9857106.

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

Color convert

RGB82104150-
CMYK0.450.3100.41
HSL220.59º29.31%45.49%-
HSV(B)220.59º45.33%58.82%-
XYZ13.9413.930.8-
YUV102.67154.71113.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=24.40%
G=30.95%
B=44.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821041500.450.3100.41220.5929.3145.49
Hex5268962D1F029dd1d2d
Octal12215022655370513353555
Binary10100101101000100101101011011111101010011101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526896; }

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

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

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

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

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

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

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

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