Shades of Kashmir Blue #546E8B
Tints of Kashmir Blue #546E8B
RGB
CMYK
RGB Variations
Color information
#546E8B (or 0x546E8B) is known color: Kashmir Blue. HEX triplet: 54, 6E and 8B. RGB value is (84,110,139). Sum of RGB (Red+Green+Blue) = 84+110+139=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #546E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E8B is #AB9174. Grayscale: #696969. Windows color (decimal): -11243893 or 9137748. OLE color: 9137748.
HSL color Cylindrical-coordinate representation of color #546E8B: hue angle of 211.64º 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 #546E8B is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 110 | 139 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.45 |
| HSL | 211.64º | 0.25% | 0.44% | - |
| HSV(B) | 211.64º | 0.4% | 0.55% | - |
| XYZ | 13.89 | 14.9 | 26.57 | - |
| YUV | 105.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 139 | 0.40 | 0.21 | 0 | 0.45 | 211.64 | 0.25 | 0.44 |
| Hex | 54 | 6E | 8B | 28 | 15 | 0 | 2D | D4 | 19 | 2C |
| Octal | 124 | 156 | 213 | 50 | 25 | 0 | 55 | 324 | 31 | 54 |
| Binary | 1010100 | 1101110 | 10001011 | 101000 | 10101 | 0 | 101101 | 11010100 | 11001 | 101100 |
Color Harmonies of #546E8B
Complementary color
Monochromatic Colors of #546E8B
Black with #546E8B
Text Example
Text Example
White with #546E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E8B; }
p { color: rgb(84,110,139); }
H1.HeaderClassName
{
color: #546E8B;
}
.AnyTagClassName
{
color: #546E8B;
}
</style>
background-color css
<style>
a { background-color: #546E8B; }
a { background-color: rgb(84,110,139); }
div.DivClassName
{
background-color: #546E8B;
}
.BgClassName
{
background-color: #546E8B;
}
</style>
border-color css
<style>
span { border-color: #546E8B; }
span { border-color: rgb(84,110,139); }
td.TdClassName
{
border-color: #546E8B;
}
.TagClassName
{
border-color: #546E8B;
}
</style>