Shades of Kashmir Blue #5E7388
Tints of Kashmir Blue #5E7388
RGB
CMYK
RGB Variations
Color information
#5E7388 (or 0x5E7388) is known color: Kashmir Blue. HEX triplet: 5E, 73 and 88. RGB value is (94,115,136). Sum of RGB (Red+Green+Blue) = 94+115+136=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E7388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7388 is #A18C77. Grayscale: #6F6F6F. Windows color (decimal): -10587256 or 8942430. OLE color: 8942430.
HSL color Cylindrical-coordinate representation of color #5E7388: hue angle of 210º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7388 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 115 | 136 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.47 |
| HSL | 210º | 0.18% | 0.45% | - |
| HSV(B) | 210º | 0.31% | 0.53% | - |
| XYZ | 15.19 | 16.42 | 25.66 | - |
| YUV | 111.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 136 | 0.31 | 0.15 | 0 | 0.47 | 210 | 0.18 | 0.45 |
| Hex | 5E | 73 | 88 | 1F | F | 0 | 2F | D2 | 12 | 2D |
| Octal | 136 | 163 | 210 | 37 | 17 | 0 | 57 | 322 | 22 | 55 |
| Binary | 1011110 | 1110011 | 10001000 | 11111 | 1111 | 0 | 101111 | 11010010 | 10010 | 101101 |
Color Harmonies of #5E7388
Complementary color
Monochromatic Colors of #5E7388
Black with #5E7388
Text Example
Text Example
White with #5E7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7388; }
p { color: rgb(94,115,136); }
H1.HeaderClassName
{
color: #5E7388;
}
.AnyTagClassName
{
color: #5E7388;
}
</style>
background-color css
<style>
a { background-color: #5E7388; }
a { background-color: rgb(94,115,136); }
div.DivClassName
{
background-color: #5E7388;
}
.BgClassName
{
background-color: #5E7388;
}
</style>
border-color css
<style>
span { border-color: #5E7388; }
span { border-color: rgb(94,115,136); }
td.TdClassName
{
border-color: #5E7388;
}
.TagClassName
{
border-color: #5E7388;
}
</style>