#546E91

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

Shades of Kashmir Blue #546E91

Tints of Kashmir Blue #546E91

Color information

#546E91 (or 0x546E91) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6E and 91. RGB value is (84,110,145). Sum of RGB (Red+Green+Blue) = 84+110+145=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #546E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E91 is #AB916E. Grayscale: #6A6A6A. Windows color (decimal): -11243887 or 9530964. OLE color: 9530964.

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

Color convert

RGB84110145-
CMYK0.420.2400.43
HSL214.43º26.64%44.9%-
HSV(B)214.43º42.07%56.86%-
XYZ14.3415.0828.94-
YUV106.22149.89112.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=24.78%
G=32.45%
B=42.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841101450.420.2400.43214.4326.6444.9
Hex546E912A1802Bd61b2d
Octal12415622152300533263355
Binary10101001101110100100011010101100001010111101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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