#546DAB

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

Shades of San Marino #546DAB

Tints of San Marino #546DAB

Color information

#546DAB (or 0x546DAB) is unknown color: approx San Marino. HEX triplet: 54, 6D and AB. RGB value is (84,109,171). Sum of RGB (Red+Green+Blue) = 84+109+171=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #546DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546DAB is #AB9254. Grayscale: #6C6C6C. Windows color (decimal): -11244117 or 11234644. OLE color: 11234644.

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

Color convert

RGB84109171-
CMYK0.510.3600.33
HSL222.76º34.12%50%-
HSV(B)222.76º50.88%67.06%-
XYZ16.4815.7640.7-
YUV108.59163.22110.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.08%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=23.08%
G=29.95%
B=46.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841091710.510.3600.33222.7634.1250
Hex546DAB3324021df2232
Octal12415525363440413374262
Binary1010100110110110101011110011100100010000111011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,109,171); }

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

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

 a { background-color: rgb(84,109,171); }

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

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

 span { border-color: rgb(84,109,171); }

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