Shades of Kashmir Blue #5E718A
Tints of Kashmir Blue #5E718A
RGB
CMYK
RGB Variations
Color information
#5E718A (or 0x5E718A) is known color: Kashmir Blue. HEX triplet: 5E, 71 and 8A. RGB value is (94,113,138). Sum of RGB (Red+Green+Blue) = 94+113+138=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E718A is #A18E75. Grayscale: #6E6E6E. Windows color (decimal): -10587766 or 9072990. OLE color: 9072990.
HSL color Cylindrical-coordinate representation of color #5E718A: hue angle of 214.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E718A is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 113 | 138 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.46 |
| HSL | 214.09º | 0.19% | 0.45% | - |
| HSV(B) | 214.09º | 0.32% | 0.54% | - |
| XYZ | 15.11 | 16.02 | 26.34 | - |
| YUV | 110.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 138 | 0.32 | 0.18 | 0 | 0.46 | 214.09 | 0.19 | 0.45 |
| Hex | 5E | 71 | 8A | 20 | 12 | 0 | 2E | D6 | 13 | 2D |
| Octal | 136 | 161 | 212 | 40 | 22 | 0 | 56 | 326 | 23 | 55 |
| Binary | 1011110 | 1110001 | 10001010 | 100000 | 10010 | 0 | 101110 | 11010110 | 10011 | 101101 |
Color Harmonies of #5E718A
Complementary color
Monochromatic Colors of #5E718A
Black with #5E718A
Text Example
Text Example
White with #5E718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E718A; }
p { color: rgb(94,113,138); }
H1.HeaderClassName
{
color: #5E718A;
}
.AnyTagClassName
{
color: #5E718A;
}
</style>
background-color css
<style>
a { background-color: #5E718A; }
a { background-color: rgb(94,113,138); }
div.DivClassName
{
background-color: #5E718A;
}
.BgClassName
{
background-color: #5E718A;
}
</style>
border-color css
<style>
span { border-color: #5E718A; }
span { border-color: rgb(94,113,138); }
td.TdClassName
{
border-color: #5E718A;
}
.TagClassName
{
border-color: #5E718A;
}
</style>