#546E9B

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

Shades of San Marino #546E9B

Tints of San Marino #546E9B

Color information

#546E9B (or 0x546E9B) is unknown color: approx San Marino. HEX triplet: 54, 6E and 9B. RGB value is (84,110,155). Sum of RGB (Red+Green+Blue) = 84+110+155=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #546E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E9B is #AB9164. Grayscale: #6B6B6B. Windows color (decimal): -11243877 or 10186324. OLE color: 10186324.

HSL color Cylindrical-coordinate representation of color #546E9B: hue angle of 218.03º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #546E9B is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84110155-
CMYK0.460.2900.39
HSL218.03º29.71%46.86%-
HSV(B)218.03º45.81%60.78%-
XYZ15.1515.433.19-
YUV107.36154.89111.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=24.07%
G=31.52%
B=44.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841101550.460.2900.39218.0329.7146.86
Hex546E9B2E1D027da1e2f
Octal12415623356350473323657
Binary10101001101110100110111011101110101001111101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,110,155); }

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

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

 a { background-color: rgb(84,110,155); }

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

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

 span { border-color: rgb(84,110,155); }

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