#546499

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

Shades of San Marino #546499

Tints of San Marino #546499

Color information

#546499 (or 0x546499) is unknown color: approx San Marino. HEX triplet: 54, 64 and 99. RGB value is (84,100,153). Sum of RGB (Red+Green+Blue) = 84+100+153=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #546499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546499 is #AB9B66. Grayscale: #656565. Windows color (decimal): -11246439 or 10052692. OLE color: 10052692.

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

Color convert

RGB84100153-
CMYK0.450.3500.4
HSL226.09º29.11%46.47%-
HSV(B)226.09º45.1%60%-
XYZ13.9613.331.97-
YUV101.26157.2115.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=24.93%
G=29.67%
B=45.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841001530.450.3500.4226.0929.1146.47
Hex5464992D23028e21d2e
Octal12414423155430503423556
Binary101010011001001001100110110110001101010001110001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546499; }

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

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

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

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

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

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

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

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