#546AAA

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

Shades of San Marino #546AAA

Tints of San Marino #546AAA

Color information

#546AAA (or 0x546AAA) is unknown color: approx San Marino. HEX triplet: 54, 6A and AA. RGB value is (84,106,170). Sum of RGB (Red+Green+Blue) = 84+106+170=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #546AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546AAA is #AB9555. Grayscale: #6A6A6A. Windows color (decimal): -11244886 or 11168340. OLE color: 11168340.

HSL color Cylindrical-coordinate representation of color #546AAA: hue angle of 224.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #546AAA is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84106170-
CMYK0.510.3800.33
HSL224.65º33.86%49.8%-
HSV(B)224.65º50.59%66.67%-
XYZ16.0715.140.1-
YUV106.72163.71111.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=23.33%
G=29.44%
B=47.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841061700.510.3800.33224.6533.8649.8
Hex546AAA3326021e12232
Octal12415225263460413414262
Binary1010100110101010101010110011100110010000111100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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