#53649A

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

Shades of San Marino #53649A

Tints of San Marino #53649A

Color information

#53649A (or 0x53649A) is unknown color: approx San Marino. HEX triplet: 53, 64 and 9A. RGB value is (83,100,154). Sum of RGB (Red+Green+Blue) = 83+100+154=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #53649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53649A is #AC9B65. Grayscale: #646464. Windows color (decimal): -11311974 or 10118227. OLE color: 10118227.

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

Color convert

RGB83100154-
CMYK0.460.3500.40
HSL225.63º29.96%46.47%-
HSV(B)225.63º46.1%60.39%-
XYZ13.9613.2932.4-
YUV101.07157.87115.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=24.63%
G=29.67%
B=45.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831001540.460.3500.40225.6329.9646.47
Hex53649A2E23028e21e2e
Octal12314423256430503423656
Binary101001111001001001101010111010001101010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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