#546799

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

Shades of San Marino #546799

Tints of San Marino #546799

Color information

#546799 (or 0x546799) is unknown color: approx San Marino. HEX triplet: 54, 67 and 99. RGB value is (84,103,153). Sum of RGB (Red+Green+Blue) = 84+103+153=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #546799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546799 is #AB9866. Grayscale: #666666. Windows color (decimal): -11245671 or 10053460. OLE color: 10053460.

HSL color Cylindrical-coordinate representation of color #546799: hue angle of 223.48º 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 #546799 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB84103153-
CMYK0.450.3300.4
HSL223.48º29.11%46.47%-
HSV(B)223.48º45.1%60%-
XYZ14.2613.8932.07-
YUV103.02156.21114.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 153 (60.16% from 255) = 45%
R=24.71%
G=30.29%
B=45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841031530.450.3300.4223.4829.1146.47
Hex5467992D21028df1d2e
Octal12414723155410503373556
Binary101010011001111001100110110110000101010001101111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546799; }

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

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

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

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

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

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

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

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