Shades of Kashmir Blue #5E758D
Tints of Kashmir Blue #5E758D
RGB
CMYK
RGB Variations
Color information
#5E758D (or 0x5E758D) is known color: Kashmir Blue. HEX triplet: 5E, 75 and 8D. RGB value is (94,117,141). Sum of RGB (Red+Green+Blue) = 94+117+141=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E758D is #A18A72. Grayscale: #707070. Windows color (decimal): -10586739 or 9270622. OLE color: 9270622.
HSL color Cylindrical-coordinate representation of color #5E758D: hue angle of 210.64º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E758D is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 117 | 141 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.45 |
| HSL | 210.64º | 0.2% | 0.46% | - |
| HSV(B) | 210.64º | 0.33% | 0.55% | - |
| XYZ | 15.79 | 17.03 | 27.65 | - |
| YUV | 112.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 141 | 0.33 | 0.17 | 0 | 0.45 | 210.64 | 0.2 | 0.46 |
| Hex | 5E | 75 | 8D | 21 | 11 | 0 | 2D | D3 | 14 | 2E |
| Octal | 136 | 165 | 215 | 41 | 21 | 0 | 55 | 323 | 24 | 56 |
| Binary | 1011110 | 1110101 | 10001101 | 100001 | 10001 | 0 | 101101 | 11010011 | 10100 | 101110 |
Color Harmonies of #5E758D
Complementary color
Monochromatic Colors of #5E758D
Black with #5E758D
Text Example
Text Example
White with #5E758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E758D; }
p { color: rgb(94,117,141); }
H1.HeaderClassName
{
color: #5E758D;
}
.AnyTagClassName
{
color: #5E758D;
}
</style>
background-color css
<style>
a { background-color: #5E758D; }
a { background-color: rgb(94,117,141); }
div.DivClassName
{
background-color: #5E758D;
}
.BgClassName
{
background-color: #5E758D;
}
</style>
border-color css
<style>
span { border-color: #5E758D; }
span { border-color: rgb(94,117,141); }
td.TdClassName
{
border-color: #5E758D;
}
.TagClassName
{
border-color: #5E758D;
}
</style>