#546C99

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

Shades of San Marino #546C99

Tints of San Marino #546C99

Color information

#546C99 (or 0x546C99) is unknown color: approx San Marino. HEX triplet: 54, 6C and 99. RGB value is (84,108,153). Sum of RGB (Red+Green+Blue) = 84+108+153=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #546C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C99 is #AB9366. Grayscale: #696969. Windows color (decimal): -11244391 or 10054740. OLE color: 10054740.

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

Color convert

RGB84108153-
CMYK0.450.2900.4
HSL219.13º29.11%46.47%-
HSV(B)219.13º45.1%60%-
XYZ14.7714.9132.24-
YUV105.95154.55112.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=24.35%
G=31.30%
B=44.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841081530.450.2900.4219.1329.1146.47
Hex546C992D1D028db1d2e
Octal12415423155350503333556
Binary10101001101100100110011011011110101010001101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,153); }

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

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

 a { background-color: rgb(84,108,153); }

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

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

 span { border-color: rgb(84,108,153); }

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