Shades of Kashmir Blue #5E738E
Tints of Kashmir Blue #5E738E
RGB
CMYK
RGB Variations
Color information
#5E738E (or 0x5E738E) is known color: Kashmir Blue. HEX triplet: 5E, 73 and 8E. RGB value is (94,115,142). Sum of RGB (Red+Green+Blue) = 94+115+142=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E738E is #A18C71. Grayscale: #6F6F6F. Windows color (decimal): -10587250 or 9335646. OLE color: 9335646.
HSL color Cylindrical-coordinate representation of color #5E738E: hue angle of 213.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E738E is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 115 | 142 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.44 |
| HSL | 213.75º | 0.2% | 0.46% | - |
| HSV(B) | 213.75º | 0.34% | 0.56% | - |
| XYZ | 15.63 | 16.59 | 27.97 | - |
| YUV | 111.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 142 | 0.34 | 0.19 | 0 | 0.44 | 213.75 | 0.2 | 0.46 |
| Hex | 5E | 73 | 8E | 22 | 13 | 0 | 2C | D6 | 14 | 2E |
| Octal | 136 | 163 | 216 | 42 | 23 | 0 | 54 | 326 | 24 | 56 |
| Binary | 1011110 | 1110011 | 10001110 | 100010 | 10011 | 0 | 101100 | 11010110 | 10100 | 101110 |
Color Harmonies of #5E738E
Complementary color
Monochromatic Colors of #5E738E
Black with #5E738E
Text Example
Text Example
White with #5E738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E738E; }
p { color: rgb(94,115,142); }
H1.HeaderClassName
{
color: #5E738E;
}
.AnyTagClassName
{
color: #5E738E;
}
</style>
background-color css
<style>
a { background-color: #5E738E; }
a { background-color: rgb(94,115,142); }
div.DivClassName
{
background-color: #5E738E;
}
.BgClassName
{
background-color: #5E738E;
}
</style>
border-color css
<style>
span { border-color: #5E738E; }
span { border-color: rgb(94,115,142); }
td.TdClassName
{
border-color: #5E738E;
}
.TagClassName
{
border-color: #5E738E;
}
</style>