Shades of Kashmir Blue #546C8D
Tints of Kashmir Blue #546C8D
RGB
CMYK
RGB Variations
Color information
#546C8D (or 0x546C8D) is known color: Kashmir Blue. HEX triplet: 54, 6C and 8D. RGB value is (84,108,141). Sum of RGB (Red+Green+Blue) = 84+108+141=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #546C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C8D is #AB9372. Grayscale: #686868. Windows color (decimal): -11244403 or 9268308. OLE color: 9268308.
HSL color Cylindrical-coordinate representation of color #546C8D: hue angle of 214.74º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #546C8D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 108 | 141 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.45 |
| HSL | 214.74º | 0.25% | 0.44% | - |
| HSV(B) | 214.74º | 0.4% | 0.55% | - |
| XYZ | 13.83 | 14.53 | 27.28 | - |
| YUV | 104.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 141 | 0.40 | 0.23 | 0 | 0.45 | 214.74 | 0.25 | 0.44 |
| Hex | 54 | 6C | 8D | 28 | 17 | 0 | 2D | D7 | 19 | 2C |
| Octal | 124 | 154 | 215 | 50 | 27 | 0 | 55 | 327 | 31 | 54 |
| Binary | 1010100 | 1101100 | 10001101 | 101000 | 10111 | 0 | 101101 | 11010111 | 11001 | 101100 |
Color Harmonies of #546C8D
Complementary color
Monochromatic Colors of #546C8D
Black with #546C8D
Text Example
Text Example
White with #546C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C8D; }
p { color: rgb(84,108,141); }
H1.HeaderClassName
{
color: #546C8D;
}
.AnyTagClassName
{
color: #546C8D;
}
</style>
background-color css
<style>
a { background-color: #546C8D; }
a { background-color: rgb(84,108,141); }
div.DivClassName
{
background-color: #546C8D;
}
.BgClassName
{
background-color: #546C8D;
}
</style>
border-color css
<style>
span { border-color: #546C8D; }
span { border-color: rgb(84,108,141); }
td.TdClassName
{
border-color: #546C8D;
}
.TagClassName
{
border-color: #546C8D;
}
</style>