Shades of Kashmir Blue #5A7089
Tints of Kashmir Blue #5A7089
RGB
CMYK
RGB Variations
Color information
#5A7089 (or 0x5A7089) is known color: Kashmir Blue. HEX triplet: 5A, 70 and 89. RGB value is (90,112,137). Sum of RGB (Red+Green+Blue) = 90+112+137=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A7089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7089 is #A58F76. Grayscale: #6C6C6C. Windows color (decimal): -10850167 or 9007194. OLE color: 9007194.
HSL color Cylindrical-coordinate representation of color #5A7089: hue angle of 211.91º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A7089 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 112 | 137 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.46 |
| HSL | 211.91º | 0.21% | 0.45% | - |
| HSV(B) | 211.91º | 0.34% | 0.54% | - |
| XYZ | 14.53 | 15.57 | 25.91 | - |
| YUV | 108.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 137 | 0.34 | 0.18 | 0 | 0.46 | 211.91 | 0.21 | 0.45 |
| Hex | 5A | 70 | 89 | 22 | 12 | 0 | 2E | D4 | 15 | 2D |
| Octal | 132 | 160 | 211 | 42 | 22 | 0 | 56 | 324 | 25 | 55 |
| Binary | 1011010 | 1110000 | 10001001 | 100010 | 10010 | 0 | 101110 | 11010100 | 10101 | 101101 |
Color Harmonies of #5A7089
Complementary color
Monochromatic Colors of #5A7089
Black with #5A7089
Text Example
Text Example
White with #5A7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7089; }
p { color: rgb(90,112,137); }
H1.HeaderClassName
{
color: #5A7089;
}
.AnyTagClassName
{
color: #5A7089;
}
</style>
background-color css
<style>
a { background-color: #5A7089; }
a { background-color: rgb(90,112,137); }
div.DivClassName
{
background-color: #5A7089;
}
.BgClassName
{
background-color: #5A7089;
}
</style>
border-color css
<style>
span { border-color: #5A7089; }
span { border-color: rgb(90,112,137); }
td.TdClassName
{
border-color: #5A7089;
}
.TagClassName
{
border-color: #5A7089;
}
</style>