Shades of Kashmir Blue #546A8A
Tints of Kashmir Blue #546A8A
RGB
CMYK
RGB Variations
Color information
#546A8A (or 0x546A8A) is known color: Kashmir Blue. HEX triplet: 54, 6A and 8A. RGB value is (84,106,138). Sum of RGB (Red+Green+Blue) = 84+106+138=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #546A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A8A is #AB9575. Grayscale: #666666. Windows color (decimal): -11244918 or 9071188. OLE color: 9071188.
HSL color Cylindrical-coordinate representation of color #546A8A: hue angle of 215.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #546A8A is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 106 | 138 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.46 |
| HSL | 215.56º | 0.24% | 0.44% | - |
| HSV(B) | 215.56º | 0.39% | 0.54% | - |
| XYZ | 13.4 | 14.03 | 26.05 | - |
| YUV | 103.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 138 | 0.39 | 0.23 | 0 | 0.46 | 215.56 | 0.24 | 0.44 |
| Hex | 54 | 6A | 8A | 27 | 17 | 0 | 2E | D8 | 18 | 2C |
| Octal | 124 | 152 | 212 | 47 | 27 | 0 | 56 | 330 | 30 | 54 |
| Binary | 1010100 | 1101010 | 10001010 | 100111 | 10111 | 0 | 101110 | 11011000 | 11000 | 101100 |
Color Harmonies of #546A8A
Complementary color
Monochromatic Colors of #546A8A
Black with #546A8A
Text Example
Text Example
White with #546A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A8A; }
p { color: rgb(84,106,138); }
H1.HeaderClassName
{
color: #546A8A;
}
.AnyTagClassName
{
color: #546A8A;
}
</style>
background-color css
<style>
a { background-color: #546A8A; }
a { background-color: rgb(84,106,138); }
div.DivClassName
{
background-color: #546A8A;
}
.BgClassName
{
background-color: #546A8A;
}
</style>
border-color css
<style>
span { border-color: #546A8A; }
span { border-color: rgb(84,106,138); }
td.TdClassName
{
border-color: #546A8A;
}
.TagClassName
{
border-color: #546A8A;
}
</style>