#546FAE

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

Shades of San Marino #546FAE

Tints of San Marino #546FAE

Color information

#546FAE (or 0x546FAE) is unknown color: approx San Marino. HEX triplet: 54, 6F and AE. RGB value is (84,111,174). Sum of RGB (Red+Green+Blue) = 84+111+174=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #546FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546FAE is #AB9051. Grayscale: #6D6D6D. Windows color (decimal): -11243602 or 11431764. OLE color: 11431764.

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

Color convert

RGB84111174-
CMYK0.520.3600.32
HSL222º35.71%50.59%-
HSV(B)222º51.72%68.24%-
XYZ16.9816.3142.3-
YUV110.11164.05109.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=22.76%
G=30.08%
B=47.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841111740.520.3600.3222235.7150.59
Hex546FAE3424020de2433
Octal12415725664440403364463
Binary1010100110111110101110110100100100010000011011110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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