Shades of Kashmir Blue #546D8A
Tints of Kashmir Blue #546D8A
RGB
CMYK
RGB Variations
Color information
#546D8A (or 0x546D8A) is known color: Kashmir Blue. HEX triplet: 54, 6D and 8A. RGB value is (84,109,138). Sum of RGB (Red+Green+Blue) = 84+109+138=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #546D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D8A is #AB9275. Grayscale: #686868. Windows color (decimal): -11244150 or 9071956. OLE color: 9071956.
HSL color Cylindrical-coordinate representation of color #546D8A: hue angle of 212.22º 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 #546D8A is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 109 | 138 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.46 |
| HSL | 212.22º | 0.24% | 0.44% | - |
| HSV(B) | 212.22º | 0.39% | 0.54% | - |
| XYZ | 13.71 | 14.66 | 26.15 | - |
| YUV | 104.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 138 | 0.39 | 0.21 | 0 | 0.46 | 212.22 | 0.24 | 0.44 |
| Hex | 54 | 6D | 8A | 27 | 15 | 0 | 2E | D4 | 18 | 2C |
| Octal | 124 | 155 | 212 | 47 | 25 | 0 | 56 | 324 | 30 | 54 |
| Binary | 1010100 | 1101101 | 10001010 | 100111 | 10101 | 0 | 101110 | 11010100 | 11000 | 101100 |
Color Harmonies of #546D8A
Complementary color
Monochromatic Colors of #546D8A
Black with #546D8A
Text Example
Text Example
White with #546D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D8A; }
p { color: rgb(84,109,138); }
H1.HeaderClassName
{
color: #546D8A;
}
.AnyTagClassName
{
color: #546D8A;
}
</style>
background-color css
<style>
a { background-color: #546D8A; }
a { background-color: rgb(84,109,138); }
div.DivClassName
{
background-color: #546D8A;
}
.BgClassName
{
background-color: #546D8A;
}
</style>
border-color css
<style>
span { border-color: #546D8A; }
span { border-color: rgb(84,109,138); }
td.TdClassName
{
border-color: #546D8A;
}
.TagClassName
{
border-color: #546D8A;
}
</style>