Shades of Kashmir Blue #5E718B
Tints of Kashmir Blue #5E718B
RGB
CMYK
RGB Variations
Color information
#5E718B (or 0x5E718B) is known color: Kashmir Blue. HEX triplet: 5E, 71 and 8B. RGB value is (94,113,139). Sum of RGB (Red+Green+Blue) = 94+113+139=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E718B is #A18E74. Grayscale: #6E6E6E. Windows color (decimal): -10587765 or 9138526. OLE color: 9138526.
HSL color Cylindrical-coordinate representation of color #5E718B: hue angle of 214.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E718B is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 113 | 139 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.45 |
| HSL | 214.67º | 0.19% | 0.46% | - |
| HSV(B) | 214.67º | 0.32% | 0.55% | - |
| XYZ | 15.18 | 16.05 | 26.72 | - |
| YUV | 110.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 139 | 0.32 | 0.19 | 0 | 0.45 | 214.67 | 0.19 | 0.46 |
| Hex | 5E | 71 | 8B | 20 | 13 | 0 | 2D | D7 | 13 | 2E |
| Octal | 136 | 161 | 213 | 40 | 23 | 0 | 55 | 327 | 23 | 56 |
| Binary | 1011110 | 1110001 | 10001011 | 100000 | 10011 | 0 | 101101 | 11010111 | 10011 | 101110 |
Color Harmonies of #5E718B
Complementary color
Monochromatic Colors of #5E718B
Black with #5E718B
Text Example
Text Example
White with #5E718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E718B; }
p { color: rgb(94,113,139); }
H1.HeaderClassName
{
color: #5E718B;
}
.AnyTagClassName
{
color: #5E718B;
}
</style>
background-color css
<style>
a { background-color: #5E718B; }
a { background-color: rgb(94,113,139); }
div.DivClassName
{
background-color: #5E718B;
}
.BgClassName
{
background-color: #5E718B;
}
</style>
border-color css
<style>
span { border-color: #5E718B; }
span { border-color: rgb(94,113,139); }
td.TdClassName
{
border-color: #5E718B;
}
.TagClassName
{
border-color: #5E718B;
}
</style>