#52649A

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

Shades of San Marino #52649A

Tints of San Marino #52649A

Color information

#52649A (or 0x52649A) is unknown color: approx San Marino. HEX triplet: 52, 64 and 9A. RGB value is (82,100,154). Sum of RGB (Red+Green+Blue) = 82+100+154=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #52649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52649A is #AD9B65. Grayscale: #646464. Windows color (decimal): -11377510 or 10118226. OLE color: 10118226.

HSL color Cylindrical-coordinate representation of color #52649A: hue angle of 225º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52649A is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82100154-
CMYK0.470.3500.40
HSL225º30.51%46.27%-
HSV(B)225º46.75%60.39%-
XYZ13.8713.2432.4-
YUV100.77158.04114.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=24.40%
G=29.76%
B=45.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821001540.470.3500.4022530.5146.27
Hex52649A2F23028e11f2e
Octal12214423257430503413756
Binary101001011001001001101010111110001101010001110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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