Shades of Kashmir Blue #546A90
Tints of Kashmir Blue #546A90
RGB
CMYK
RGB Variations
Color information
#546A90 (or 0x546A90) is known color: Kashmir Blue. HEX triplet: 54, 6A and 90. RGB value is (84,106,144). Sum of RGB (Red+Green+Blue) = 84+106+144=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #546A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A90 is #AB956F. Grayscale: #676767. Windows color (decimal): -11244912 or 9464404. OLE color: 9464404.
HSL color Cylindrical-coordinate representation of color #546A90: hue angle of 218º 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 #546A90 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 106 | 144 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.44 |
| HSL | 218º | 0.26% | 0.45% | - |
| HSV(B) | 218º | 0.42% | 0.56% | - |
| XYZ | 13.84 | 14.21 | 28.4 | - |
| YUV | 103.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 144 | 0.42 | 0.26 | 0 | 0.44 | 218 | 0.26 | 0.45 |
| Hex | 54 | 6A | 90 | 2A | 1A | 0 | 2C | DA | 1A | 2D |
| Octal | 124 | 152 | 220 | 52 | 32 | 0 | 54 | 332 | 32 | 55 |
| Binary | 1010100 | 1101010 | 10010000 | 101010 | 11010 | 0 | 101100 | 11011010 | 11010 | 101101 |
Color Harmonies of #546A90
Complementary color
Monochromatic Colors of #546A90
Black with #546A90
Text Example
Text Example
White with #546A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A90; }
p { color: rgb(84,106,144); }
H1.HeaderClassName
{
color: #546A90;
}
.AnyTagClassName
{
color: #546A90;
}
</style>
background-color css
<style>
a { background-color: #546A90; }
a { background-color: rgb(84,106,144); }
div.DivClassName
{
background-color: #546A90;
}
.BgClassName
{
background-color: #546A90;
}
</style>
border-color css
<style>
span { border-color: #546A90; }
span { border-color: rgb(84,106,144); }
td.TdClassName
{
border-color: #546A90;
}
.TagClassName
{
border-color: #546A90;
}
</style>