#546D91

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

Shades of Kashmir Blue #546D91

Tints of Kashmir Blue #546D91

Color information

#546D91 (or 0x546D91) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6D and 91. RGB value is (84,109,145). Sum of RGB (Red+Green+Blue) = 84+109+145=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #546D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D91 is #AB926E. Grayscale: #696969. Windows color (decimal): -11244143 or 9530708. OLE color: 9530708.

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

Color convert

RGB84109145-
CMYK0.420.2500.43
HSL215.41º26.64%44.9%-
HSV(B)215.41º42.07%56.86%-
XYZ14.2414.8728.91-
YUV105.63150.22112.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=24.85%
G=32.25%
B=42.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841091450.420.2500.43215.4126.6444.9
Hex546D912A1902Bd71b2d
Octal12415522152310533273355
Binary10101001101101100100011010101100101010111101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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