#546E96

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

Shades of Kashmir Blue #546E96

Tints of Kashmir Blue #546E96

Color information

#546E96 (or 0x546E96) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6E and 96. RGB value is (84,110,150). Sum of RGB (Red+Green+Blue) = 84+110+150=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #546E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E96 is #AB9169. Grayscale: #6A6A6A. Windows color (decimal): -11243882 or 9858644. OLE color: 9858644.

HSL color Cylindrical-coordinate representation of color #546E96: hue angle of 216.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546E96 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84110150-
CMYK0.440.2700.41
HSL216.36º28.21%45.88%-
HSV(B)216.36º44%58.82%-
XYZ14.7415.2431.02-
YUV106.79152.39111.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=24.42%
G=31.98%
B=43.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841101500.440.2700.41216.3628.2145.88
Hex546E962C1B029d81c2e
Octal12415622654330513303456
Binary10101001101110100101101011001101101010011101100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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