#546D9F

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

Shades of San Marino #546D9F

Tints of San Marino #546D9F

Color information

#546D9F (or 0x546D9F) is unknown color: approx San Marino. HEX triplet: 54, 6D and 9F. RGB value is (84,109,159). Sum of RGB (Red+Green+Blue) = 84+109+159=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #546D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D9F is #AB9260. Grayscale: #6B6B6B. Windows color (decimal): -11244129 or 10448212. OLE color: 10448212.

HSL color Cylindrical-coordinate representation of color #546D9F: hue angle of 220º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #546D9F is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84109159-
CMYK0.470.3100.38
HSL220º30.86%47.65%-
HSV(B)220º47.17%62.35%-
XYZ15.3815.3334.95-
YUV107.22157.22111.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=23.86%
G=30.97%
B=45.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841091590.470.3100.3822030.8647.65
Hex546D9F2F1F026dc1f30
Octal12415523757370463343760
Binary10101001101101100111111011111111101001101101110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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