#526497

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

Shades of San Marino #526497

Tints of San Marino #526497

Color information

#526497 (or 0x526497) is unknown color: approx San Marino. HEX triplet: 52, 64 and 97. RGB value is (82,100,151). Sum of RGB (Red+Green+Blue) = 82+100+151=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #526497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526497 is #AD9B68. Grayscale: #646464. Windows color (decimal): -11377513 or 9921618. OLE color: 9921618.

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

Color convert

RGB82100151-
CMYK0.460.3400.41
HSL224.35º29.61%45.69%-
HSV(B)224.35º45.7%59.22%-
XYZ13.6213.1431.1-
YUV100.43156.54114.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=24.62%
G=30.03%
B=45.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821001510.460.3400.41224.3529.6145.69
Hex5264972E22029e01e2e
Octal12214422756420513403656
Binary101001011001001001011110111010001001010011110000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526497; }

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

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

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

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

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

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

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

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