Shades of Kashmir Blue #545E86
Tints of Kashmir Blue #545E86
RGB
CMYK
RGB Variations
Color information
#545E86 (or 0x545E86) is known color: Kashmir Blue. HEX triplet: 54, 5E and 86. RGB value is (84,94,134). Sum of RGB (Red+Green+Blue) = 84+94+134=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #545E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E86 is #ABA179. Grayscale: #5F5F5F. Windows color (decimal): -11247994 or 8805972. OLE color: 8805972.
HSL color Cylindrical-coordinate representation of color #545E86: hue angle of 228º 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 #545E86 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 94 | 134 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.47 |
| HSL | 228º | 0.23% | 0.43% | - |
| HSV(B) | 228º | 0.37% | 0.53% | - |
| XYZ | 11.96 | 11.61 | 24.17 | - |
| YUV | 95.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 134 | 0.37 | 0.30 | 0 | 0.47 | 228 | 0.23 | 0.43 |
| Hex | 54 | 5E | 86 | 25 | 1E | 0 | 2F | E4 | 17 | 2B |
| Octal | 124 | 136 | 206 | 45 | 36 | 0 | 57 | 344 | 27 | 53 |
| Binary | 1010100 | 1011110 | 10000110 | 100101 | 11110 | 0 | 101111 | 11100100 | 10111 | 101011 |
Color Harmonies of #545E86
Complementary color
Monochromatic Colors of #545E86
Black with #545E86
Text Example
Text Example
White with #545E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E86; }
p { color: rgb(84,94,134); }
H1.HeaderClassName
{
color: #545E86;
}
.AnyTagClassName
{
color: #545E86;
}
</style>
background-color css
<style>
a { background-color: #545E86; }
a { background-color: rgb(84,94,134); }
div.DivClassName
{
background-color: #545E86;
}
.BgClassName
{
background-color: #545E86;
}
</style>
border-color css
<style>
span { border-color: #545E86; }
span { border-color: rgb(84,94,134); }
td.TdClassName
{
border-color: #545E86;
}
.TagClassName
{
border-color: #545E86;
}
</style>