#546BAE

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

Shades of San Marino #546BAE

Tints of San Marino #546BAE

Color information

#546BAE (or 0x546BAE) is unknown color: approx San Marino. HEX triplet: 54, 6B and AE. RGB value is (84,107,174). Sum of RGB (Red+Green+Blue) = 84+107+174=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #546BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546BAE is #AB9451. Grayscale: #6B6B6B. Windows color (decimal): -11244626 or 11430740. OLE color: 11430740.

HSL color Cylindrical-coordinate representation of color #546BAE: hue angle of 224.67º 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 #546BAE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84107174-
CMYK0.520.3900.32
HSL224.67º35.71%50.59%-
HSV(B)224.67º51.72%68.24%-
XYZ16.5515.4642.16-
YUV107.76165.38111.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=23.01%
G=29.32%
B=47.67%

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
Decimal841071740.520.3900.32224.6735.7150.59
Hex546BAE3427020e12433
Octal12415325664470403414463
Binary1010100110101110101110110100100111010000011100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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