#526596

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

Shades of San Marino #526596

Tints of San Marino #526596

Color information

#526596 (or 0x526596) is unknown color: approx San Marino. HEX triplet: 52, 65 and 96. RGB value is (82,101,150). Sum of RGB (Red+Green+Blue) = 82+101+150=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #526596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526596 is #AD9A69. Grayscale: #646464. Windows color (decimal): -11377258 or 9856338. OLE color: 9856338.

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

Color convert

RGB82101150-
CMYK0.450.3300.41
HSL223.24º29.31%45.49%-
HSV(B)223.24º45.33%58.82%-
XYZ13.6413.330.7-
YUV100.9155.71114.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=24.62%
G=30.33%
B=45.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821011500.450.3300.41223.2429.3145.49
Hex5265962D21029df1d2d
Octal12214522655410513373555
Binary101001011001011001011010110110000101010011101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526596; }

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

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

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

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

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

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

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

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