Shades of Kashmir Blue #546A86
Tints of Kashmir Blue #546A86
RGB
CMYK
RGB Variations
Color information
#546A86 (or 0x546A86) is known color: Kashmir Blue. HEX triplet: 54, 6A and 86. RGB value is (84,106,134). Sum of RGB (Red+Green+Blue) = 84+106+134=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #546A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A86 is #AB9579. Grayscale: #666666. Windows color (decimal): -11244922 or 8809044. OLE color: 8809044.
HSL color Cylindrical-coordinate representation of color #546A86: hue angle of 213.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #546A86 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 106 | 134 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.47 |
| HSL | 213.6º | 0.23% | 0.43% | - |
| HSV(B) | 213.6º | 0.37% | 0.53% | - |
| XYZ | 13.11 | 13.91 | 24.55 | - |
| YUV | 102.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 134 | 0.37 | 0.21 | 0 | 0.47 | 213.6 | 0.23 | 0.43 |
| Hex | 54 | 6A | 86 | 25 | 15 | 0 | 2F | D6 | 17 | 2B |
| Octal | 124 | 152 | 206 | 45 | 25 | 0 | 57 | 326 | 27 | 53 |
| Binary | 1010100 | 1101010 | 10000110 | 100101 | 10101 | 0 | 101111 | 11010110 | 10111 | 101011 |
Color Harmonies of #546A86
Complementary color
Monochromatic Colors of #546A86
Black with #546A86
Text Example
Text Example
White with #546A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A86; }
p { color: rgb(84,106,134); }
H1.HeaderClassName
{
color: #546A86;
}
.AnyTagClassName
{
color: #546A86;
}
</style>
background-color css
<style>
a { background-color: #546A86; }
a { background-color: rgb(84,106,134); }
div.DivClassName
{
background-color: #546A86;
}
.BgClassName
{
background-color: #546A86;
}
</style>
border-color css
<style>
span { border-color: #546A86; }
span { border-color: rgb(84,106,134); }
td.TdClassName
{
border-color: #546A86;
}
.TagClassName
{
border-color: #546A86;
}
</style>