#546AAE

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

Shades of San Marino #546AAE

Tints of San Marino #546AAE

Color information

#546AAE (or 0x546AAE) is unknown color: approx San Marino. HEX triplet: 54, 6A and AE. RGB value is (84,106,174). Sum of RGB (Red+Green+Blue) = 84+106+174=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #546AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546AAE is #AB9551. Grayscale: #6A6A6A. Windows color (decimal): -11244882 or 11430484. OLE color: 11430484.

HSL color Cylindrical-coordinate representation of color #546AAE: hue angle of 225.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #546AAE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84106174-
CMYK0.520.3900.32
HSL225.33º35.71%50.59%-
HSV(B)225.33º51.72%68.24%-
XYZ16.4515.2542.12-
YUV107.17165.71111.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.08%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=23.08%
G=29.12%
B=47.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841061740.520.3900.32225.3335.7150.59
Hex546AAE3427020e12433
Octal12415225664470403414463
Binary1010100110101010101110110100100111010000011100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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