#526796

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

Shades of San Marino #526796

Tints of San Marino #526796

Color information

#526796 (or 0x526796) is unknown color: approx San Marino. HEX triplet: 52, 67 and 96. RGB value is (82,103,150). Sum of RGB (Red+Green+Blue) = 82+103+150=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #526796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526796 is #AD9869. Grayscale: #656565. Windows color (decimal): -11376746 or 9856850. OLE color: 9856850.

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

Color convert

RGB82103150-
CMYK0.450.3100.41
HSL221.47º29.31%45.49%-
HSV(B)221.47º45.33%58.82%-
XYZ13.8313.730.77-
YUV102.08155.04113.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=24.48%
G=30.75%
B=44.78%

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
Decimal821031500.450.3100.41221.4729.3145.49
Hex5267962D1F029dd1d2d
Octal12214722655370513353555
Binary10100101100111100101101011011111101010011101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526796; }

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

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

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

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

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

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

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

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