Shades of Kashmir Blue #546B8D
Tints of Kashmir Blue #546B8D
RGB
CMYK
RGB Variations
Color information
#546B8D (or 0x546B8D) is known color: Kashmir Blue. HEX triplet: 54, 6B and 8D. RGB value is (84,107,141). Sum of RGB (Red+Green+Blue) = 84+107+141=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #546B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B8D is #AB9472. Grayscale: #676767. Windows color (decimal): -11244659 or 9268052. OLE color: 9268052.
HSL color Cylindrical-coordinate representation of color #546B8D: hue angle of 215.79º 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 #546B8D is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 107 | 141 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.45 |
| HSL | 215.79º | 0.25% | 0.44% | - |
| HSV(B) | 215.79º | 0.4% | 0.55% | - |
| XYZ | 13.72 | 14.32 | 27.24 | - |
| YUV | 104 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 141 | 0.40 | 0.24 | 0 | 0.45 | 215.79 | 0.25 | 0.44 |
| Hex | 54 | 6B | 8D | 28 | 18 | 0 | 2D | D8 | 19 | 2C |
| Octal | 124 | 153 | 215 | 50 | 30 | 0 | 55 | 330 | 31 | 54 |
| Binary | 1010100 | 1101011 | 10001101 | 101000 | 11000 | 0 | 101101 | 11011000 | 11001 | 101100 |
Color Harmonies of #546B8D
Complementary color
Monochromatic Colors of #546B8D
Black with #546B8D
Text Example
Text Example
White with #546B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B8D; }
p { color: rgb(84,107,141); }
H1.HeaderClassName
{
color: #546B8D;
}
.AnyTagClassName
{
color: #546B8D;
}
</style>
background-color css
<style>
a { background-color: #546B8D; }
a { background-color: rgb(84,107,141); }
div.DivClassName
{
background-color: #546B8D;
}
.BgClassName
{
background-color: #546B8D;
}
</style>
border-color css
<style>
span { border-color: #546B8D; }
span { border-color: rgb(84,107,141); }
td.TdClassName
{
border-color: #546B8D;
}
.TagClassName
{
border-color: #546B8D;
}
</style>