Shades of Kashmir Blue #546E90
Tints of Kashmir Blue #546E90
RGB
CMYK
RGB Variations
Color information
#546E90 (or 0x546E90) is known color: Kashmir Blue. HEX triplet: 54, 6E and 90. RGB value is (84,110,144). Sum of RGB (Red+Green+Blue) = 84+110+144=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #546E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E90 is #AB916F. Grayscale: #696969. Windows color (decimal): -11243888 or 9465428. OLE color: 9465428.
HSL color Cylindrical-coordinate representation of color #546E90: hue angle of 214º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546E90 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 110 | 144 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.44 |
| HSL | 214º | 0.26% | 0.45% | - |
| HSV(B) | 214º | 0.42% | 0.56% | - |
| XYZ | 14.27 | 15.05 | 28.54 | - |
| YUV | 106.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 144 | 0.42 | 0.24 | 0 | 0.44 | 214 | 0.26 | 0.45 |
| Hex | 54 | 6E | 90 | 2A | 18 | 0 | 2C | D6 | 1A | 2D |
| Octal | 124 | 156 | 220 | 52 | 30 | 0 | 54 | 326 | 32 | 55 |
| Binary | 1010100 | 1101110 | 10010000 | 101010 | 11000 | 0 | 101100 | 11010110 | 11010 | 101101 |
Color Harmonies of #546E90
Complementary color
Monochromatic Colors of #546E90
Black with #546E90
Text Example
Text Example
White with #546E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E90; }
p { color: rgb(84,110,144); }
H1.HeaderClassName
{
color: #546E90;
}
.AnyTagClassName
{
color: #546E90;
}
</style>
background-color css
<style>
a { background-color: #546E90; }
a { background-color: rgb(84,110,144); }
div.DivClassName
{
background-color: #546E90;
}
.BgClassName
{
background-color: #546E90;
}
</style>
border-color css
<style>
span { border-color: #546E90; }
span { border-color: rgb(84,110,144); }
td.TdClassName
{
border-color: #546E90;
}
.TagClassName
{
border-color: #546E90;
}
</style>