Shades of Kashmir Blue #546E8E
Tints of Kashmir Blue #546E8E
RGB
CMYK
RGB Variations
Color information
#546E8E (or 0x546E8E) is known color: Kashmir Blue. HEX triplet: 54, 6E and 8E. RGB value is (84,110,142). Sum of RGB (Red+Green+Blue) = 84+110+142=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #546E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E8E is #AB9171. Grayscale: #696969. Windows color (decimal): -11243890 or 9334356. OLE color: 9334356.
HSL color Cylindrical-coordinate representation of color #546E8E: hue angle of 213.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #546E8E is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 110 | 142 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.44 |
| HSL | 213.1º | 0.26% | 0.44% | - |
| HSV(B) | 213.1º | 0.41% | 0.56% | - |
| XYZ | 14.11 | 14.99 | 27.74 | - |
| YUV | 105.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 142 | 0.41 | 0.23 | 0 | 0.44 | 213.1 | 0.26 | 0.44 |
| Hex | 54 | 6E | 8E | 29 | 17 | 0 | 2C | D5 | 1A | 2C |
| Octal | 124 | 156 | 216 | 51 | 27 | 0 | 54 | 325 | 32 | 54 |
| Binary | 1010100 | 1101110 | 10001110 | 101001 | 10111 | 0 | 101100 | 11010101 | 11010 | 101100 |
Color Harmonies of #546E8E
Complementary color
Monochromatic Colors of #546E8E
Black with #546E8E
Text Example
Text Example
White with #546E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E8E; }
p { color: rgb(84,110,142); }
H1.HeaderClassName
{
color: #546E8E;
}
.AnyTagClassName
{
color: #546E8E;
}
</style>
background-color css
<style>
a { background-color: #546E8E; }
a { background-color: rgb(84,110,142); }
div.DivClassName
{
background-color: #546E8E;
}
.BgClassName
{
background-color: #546E8E;
}
</style>
border-color css
<style>
span { border-color: #546E8E; }
span { border-color: rgb(84,110,142); }
td.TdClassName
{
border-color: #546E8E;
}
.TagClassName
{
border-color: #546E8E;
}
</style>