#546991

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

Shades of Kashmir Blue #546991

Tints of Kashmir Blue #546991

Color information

#546991 (or 0x546991) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 91. RGB value is (84,105,145). Sum of RGB (Red+Green+Blue) = 84+105+145=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #546991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546991 is #AB966E. Grayscale: #676767. Windows color (decimal): -11245167 or 9529684. OLE color: 9529684.

HSL color Cylindrical-coordinate representation of color #546991: hue angle of 219.34º 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 #546991 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB84105145-
CMYK0.420.2800.43
HSL219.34º26.64%44.9%-
HSV(B)219.34º42.07%56.86%-
XYZ13.8214.0328.77-
YUV103.28151.54114.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=25.15%
G=31.44%
B=43.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841051450.420.2800.43219.3426.6444.9
Hex5469912A1C02Bdb1b2d
Octal12415122152340533333355
Binary10101001101001100100011010101110001010111101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546991; }

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

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

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

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

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

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

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

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