Shades of Kashmir Blue #5A7190
Tints of Kashmir Blue #5A7190
RGB
CMYK
RGB Variations
Color information
#5A7190 (or 0x5A7190) is known color: Kashmir Blue. HEX triplet: 5A, 71 and 90. RGB value is (90,113,144). Sum of RGB (Red+Green+Blue) = 90+113+144=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A7190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7190 is #A58E6F. Grayscale: #6D6D6D. Windows color (decimal): -10849904 or 9466202. OLE color: 9466202.
HSL color Cylindrical-coordinate representation of color #5A7190: hue angle of 214.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7190 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 113 | 144 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.44 |
| HSL | 214.44º | 0.23% | 0.46% | - |
| HSV(B) | 214.44º | 0.38% | 0.56% | - |
| XYZ | 15.16 | 16 | 28.67 | - |
| YUV | 109.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 144 | 0.37 | 0.22 | 0 | 0.44 | 214.44 | 0.23 | 0.46 |
| Hex | 5A | 71 | 90 | 25 | 16 | 0 | 2C | D6 | 17 | 2E |
| Octal | 132 | 161 | 220 | 45 | 26 | 0 | 54 | 326 | 27 | 56 |
| Binary | 1011010 | 1110001 | 10010000 | 100101 | 10110 | 0 | 101100 | 11010110 | 10111 | 101110 |
Color Harmonies of #5A7190
Complementary color
Monochromatic Colors of #5A7190
Black with #5A7190
Text Example
Text Example
White with #5A7190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7190; }
p { color: rgb(90,113,144); }
H1.HeaderClassName
{
color: #5A7190;
}
.AnyTagClassName
{
color: #5A7190;
}
</style>
background-color css
<style>
a { background-color: #5A7190; }
a { background-color: rgb(90,113,144); }
div.DivClassName
{
background-color: #5A7190;
}
.BgClassName
{
background-color: #5A7190;
}
</style>
border-color css
<style>
span { border-color: #5A7190; }
span { border-color: rgb(90,113,144); }
td.TdClassName
{
border-color: #5A7190;
}
.TagClassName
{
border-color: #5A7190;
}
</style>