Shades of Kashmir Blue #546A8B
Tints of Kashmir Blue #546A8B
RGB
CMYK
RGB Variations
Color information
#546A8B (or 0x546A8B) is known color: Kashmir Blue. HEX triplet: 54, 6A and 8B. RGB value is (84,106,139). Sum of RGB (Red+Green+Blue) = 84+106+139=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #546A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A8B is #AB9574. Grayscale: #676767. Windows color (decimal): -11244917 or 9136724. OLE color: 9136724.
HSL color Cylindrical-coordinate representation of color #546A8B: hue angle of 216º 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 #546A8B is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 106 | 139 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.45 |
| HSL | 216º | 0.25% | 0.44% | - |
| HSV(B) | 216º | 0.4% | 0.55% | - |
| XYZ | 13.47 | 14.06 | 26.43 | - |
| YUV | 103.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 139 | 0.40 | 0.24 | 0 | 0.45 | 216 | 0.25 | 0.44 |
| Hex | 54 | 6A | 8B | 28 | 18 | 0 | 2D | D8 | 19 | 2C |
| Octal | 124 | 152 | 213 | 50 | 30 | 0 | 55 | 330 | 31 | 54 |
| Binary | 1010100 | 1101010 | 10001011 | 101000 | 11000 | 0 | 101101 | 11011000 | 11001 | 101100 |
Color Harmonies of #546A8B
Complementary color
Monochromatic Colors of #546A8B
Black with #546A8B
Text Example
Text Example
White with #546A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A8B; }
p { color: rgb(84,106,139); }
H1.HeaderClassName
{
color: #546A8B;
}
.AnyTagClassName
{
color: #546A8B;
}
</style>
background-color css
<style>
a { background-color: #546A8B; }
a { background-color: rgb(84,106,139); }
div.DivClassName
{
background-color: #546A8B;
}
.BgClassName
{
background-color: #546A8B;
}
</style>
border-color css
<style>
span { border-color: #546A8B; }
span { border-color: rgb(84,106,139); }
td.TdClassName
{
border-color: #546A8B;
}
.TagClassName
{
border-color: #546A8B;
}
</style>