#52649F

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

Shades of San Marino #52649F

Tints of San Marino #52649F

Color information

#52649F (or 0x52649F) is unknown color: approx San Marino. HEX triplet: 52, 64 and 9F. RGB value is (82,100,159). Sum of RGB (Red+Green+Blue) = 82+100+159=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #52649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52649F is #AD9B60. Grayscale: #656565. Windows color (decimal): -11377505 or 10445906. OLE color: 10445906.

HSL color Cylindrical-coordinate representation of color #52649F: hue angle of 225.97º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52649F is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82100159-
CMYK0.480.3700.38
HSL225.97º31.95%47.25%-
HSV(B)225.97º48.43%62.35%-
XYZ14.2913.4134.64-
YUV101.34160.54114.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=24.05%
G=29.33%
B=46.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821001590.480.3700.38225.9731.9547.25
Hex52649F3025026e2202f
Octal12214423760450463424057
Binary1010010110010010011111110000100101010011011100010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52649F; }

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

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

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

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

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

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

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

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