#546a91

Color #546A91 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #546A91

Tints of Kashmir Blue #546A91

Color information

#546A91 (or 0x546A91) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6A and 91. RGB value is (84,106,145). Sum of RGB (Red+Green+Blue) = 84+106+145=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #546A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A91 is #AB956E. Grayscale: #676767. Windows color (decimal): -11244911 or 9529940. OLE color: 9529940.

HSL color Cylindrical-coordinate representation of color #546A91: hue angle of 218.36º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546A91 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB84106145-
CMYK0.420.2700.43
HSL218.36º26.64%44.9%-
HSV(B)218.36º42.07%56.86%-
XYZ13.9214.2428.8-
YUV103.87151.21113.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=25.07%
G=31.64%
B=43.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841061450.420.2700.43218.3626.6444.9
Hex546A912A1B02Bda1b2d
Octal12415222152330533323355
Binary10101001101010100100011010101101101010111101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546a91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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