#546baf

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

Shades of San Marino #546BAF

Tints of San Marino #546BAF

Color information

#546BAF (or 0x546BAF) is unknown color: approx San Marino. HEX triplet: 54, 6B and AF. RGB value is (84,107,175). Sum of RGB (Red+Green+Blue) = 84+107+175=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #546BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546BAF is #AB9450. Grayscale: #6B6B6B. Windows color (decimal): -11244625 or 11496276. OLE color: 11496276.

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

Color convert

RGB84107175-
CMYK0.520.3900.31
HSL224.84º36.25%50.78%-
HSV(B)224.84º52%68.63%-
XYZ16.6515.542.67-
YUV107.88165.88110.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=22.95%
G=29.23%
B=47.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841071750.520.3900.31224.8436.2550.78
Hex546BAF342701Fe12433
Octal12415325764470373414463
Binary101010011010111010111111010010011101111111100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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