#546B91

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

Shades of Kashmir Blue #546B91

Tints of Kashmir Blue #546B91

Color information

#546B91 (or 0x546B91) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6B and 91. RGB value is (84,107,145). Sum of RGB (Red+Green+Blue) = 84+107+145=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #546B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B91 is #AB946E. Grayscale: #686868. Windows color (decimal): -11244655 or 9530196. OLE color: 9530196.

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

Color convert

RGB84107145-
CMYK0.420.2600.43
HSL217.38º26.64%44.9%-
HSV(B)217.38º42.07%56.86%-
XYZ14.0214.4428.84-
YUV104.46150.88113.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=25%
G=31.85%
B=43.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841071450.420.2600.43217.3826.6444.9
Hex546B912A1A02Bd91b2d
Octal12415322152320533313355
Binary10101001101011100100011010101101001010111101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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