#546AA9

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

Shades of San Marino #546AA9

Tints of San Marino #546AA9

Color information

#546AA9 (or 0x546AA9) is unknown color: approx San Marino. HEX triplet: 54, 6A and A9. RGB value is (84,106,169). Sum of RGB (Red+Green+Blue) = 84+106+169=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 169 - color contains mainly: blue. Hex color #546AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546AA9 is #AB9556. Grayscale: #6A6A6A. Windows color (decimal): -11244887 or 11102804. OLE color: 11102804.

HSL color Cylindrical-coordinate representation of color #546AA9: hue angle of 224.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #546AA9 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB84106169-
CMYK0.500.3700.34
HSL224.47º33.6%49.61%-
HSV(B)224.47º50.3%66.27%-
XYZ15.9715.0639.6-
YUV106.6163.21111.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 169 (66.41% from 255) = 47.08%
R=23.40%
G=29.53%
B=47.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841061690.500.3700.34224.4733.649.61
Hex546AA93225022e02232
Octal12415225162450423404262
Binary1010100110101010101001110010100101010001011100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,106,169); }

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

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

 a { background-color: rgb(84,106,169); }

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

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

 span { border-color: rgb(84,106,169); }

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