Shades of Kashmir Blue #5D7490
Tints of Kashmir Blue #5D7490
RGB
CMYK
RGB Variations
Color information
#5D7490 (or 0x5D7490) is known color: Kashmir Blue. HEX triplet: 5D, 74 and 90. RGB value is (93,116,144). Sum of RGB (Red+Green+Blue) = 93+116+144=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D7490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7490 is #A28B6F. Grayscale: #707070. Windows color (decimal): -10652528 or 9466973. OLE color: 9466973.
HSL color Cylindrical-coordinate representation of color #5D7490: hue angle of 212.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D7490 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 116 | 144 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.44 |
| HSL | 212.94º | 0.22% | 0.46% | - |
| HSV(B) | 212.94º | 0.35% | 0.56% | - |
| XYZ | 15.79 | 16.83 | 28.8 | - |
| YUV | 112.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 144 | 0.35 | 0.19 | 0 | 0.44 | 212.94 | 0.22 | 0.46 |
| Hex | 5D | 74 | 90 | 23 | 13 | 0 | 2C | D5 | 16 | 2E |
| Octal | 135 | 164 | 220 | 43 | 23 | 0 | 54 | 325 | 26 | 56 |
| Binary | 1011101 | 1110100 | 10010000 | 100011 | 10011 | 0 | 101100 | 11010101 | 10110 | 101110 |
Color Harmonies of #5D7490
Complementary color
Monochromatic Colors of #5D7490
Black with #5D7490
Text Example
Text Example
White with #5D7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7490; }
p { color: rgb(93,116,144); }
H1.HeaderClassName
{
color: #5D7490;
}
.AnyTagClassName
{
color: #5D7490;
}
</style>
background-color css
<style>
a { background-color: #5D7490; }
a { background-color: rgb(93,116,144); }
div.DivClassName
{
background-color: #5D7490;
}
.BgClassName
{
background-color: #5D7490;
}
</style>
border-color css
<style>
span { border-color: #5D7490; }
span { border-color: rgb(93,116,144); }
td.TdClassName
{
border-color: #5D7490;
}
.TagClassName
{
border-color: #5D7490;
}
</style>