Shades of Kashmir Blue #5D718D
Tints of Kashmir Blue #5D718D
RGB
CMYK
RGB Variations
Color information
#5D718D (or 0x5D718D) is known color: Kashmir Blue. HEX triplet: 5D, 71 and 8D. RGB value is (93,113,141). Sum of RGB (Red+Green+Blue) = 93+113+141=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D718D is #A28E72. Grayscale: #6E6E6E. Windows color (decimal): -10653299 or 9269597. OLE color: 9269597.
HSL color Cylindrical-coordinate representation of color #5D718D: hue angle of 215º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D718D is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 113 | 141 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.45 |
| HSL | 215º | 0.21% | 0.46% | - |
| HSV(B) | 215º | 0.34% | 0.55% | - |
| XYZ | 15.23 | 16.06 | 27.5 | - |
| YUV | 110.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 141 | 0.34 | 0.20 | 0 | 0.45 | 215 | 0.21 | 0.46 |
| Hex | 5D | 71 | 8D | 22 | 14 | 0 | 2D | D7 | 15 | 2E |
| Octal | 135 | 161 | 215 | 42 | 24 | 0 | 55 | 327 | 25 | 56 |
| Binary | 1011101 | 1110001 | 10001101 | 100010 | 10100 | 0 | 101101 | 11010111 | 10101 | 101110 |
Color Harmonies of #5D718D
Complementary color
Monochromatic Colors of #5D718D
Black with #5D718D
Text Example
Text Example
White with #5D718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D718D; }
p { color: rgb(93,113,141); }
H1.HeaderClassName
{
color: #5D718D;
}
.AnyTagClassName
{
color: #5D718D;
}
</style>
background-color css
<style>
a { background-color: #5D718D; }
a { background-color: rgb(93,113,141); }
div.DivClassName
{
background-color: #5D718D;
}
.BgClassName
{
background-color: #5D718D;
}
</style>
border-color css
<style>
span { border-color: #5D718D; }
span { border-color: rgb(93,113,141); }
td.TdClassName
{
border-color: #5D718D;
}
.TagClassName
{
border-color: #5D718D;
}
</style>