#546D9A

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

Shades of San Marino #546D9A

Tints of San Marino #546D9A

Color information

#546D9A (or 0x546D9A) is unknown color: approx San Marino. HEX triplet: 54, 6D and 9A. RGB value is (84,109,154). Sum of RGB (Red+Green+Blue) = 84+109+154=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #546D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D9A is #AB9265. Grayscale: #6A6A6A. Windows color (decimal): -11244134 or 10120532. OLE color: 10120532.

HSL color Cylindrical-coordinate representation of color #546D9A: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #546D9A is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84109154-
CMYK0.450.2900.40
HSL218.57º29.41%46.67%-
HSV(B)218.57º45.45%60.39%-
XYZ14.9615.1632.71-
YUV106.65154.72111.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=24.21%
G=31.41%
B=44.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841091540.450.2900.40218.5729.4146.67
Hex546D9A2D1D028db1d2f
Octal12415523255350503333557
Binary10101001101101100110101011011110101010001101101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546D9A; }

 p { color: rgb(84,109,154); }

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

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

 a { background-color: rgb(84,109,154); }

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

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

 span { border-color: rgb(84,109,154); }

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