Shades of Kashmir Blue #5A708D
Tints of Kashmir Blue #5A708D
RGB
CMYK
RGB Variations
Color information
#5A708D (or 0x5A708D) is known color: Kashmir Blue. HEX triplet: 5A, 70 and 8D. RGB value is (90,112,141). Sum of RGB (Red+Green+Blue) = 90+112+141=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A708D is #A58F72. Grayscale: #6C6C6C. Windows color (decimal): -10850163 or 9269338. OLE color: 9269338.
HSL color Cylindrical-coordinate representation of color #5A708D: hue angle of 214.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A708D is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 112 | 141 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.45 |
| HSL | 214.12º | 0.22% | 0.45% | - |
| HSV(B) | 214.12º | 0.36% | 0.55% | - |
| XYZ | 14.82 | 15.69 | 27.45 | - |
| YUV | 108.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 141 | 0.36 | 0.21 | 0 | 0.45 | 214.12 | 0.22 | 0.45 |
| Hex | 5A | 70 | 8D | 24 | 15 | 0 | 2D | D6 | 16 | 2D |
| Octal | 132 | 160 | 215 | 44 | 25 | 0 | 55 | 326 | 26 | 55 |
| Binary | 1011010 | 1110000 | 10001101 | 100100 | 10101 | 0 | 101101 | 11010110 | 10110 | 101101 |
Color Harmonies of #5A708D
Complementary color
Monochromatic Colors of #5A708D
Black with #5A708D
Text Example
Text Example
White with #5A708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A708D; }
p { color: rgb(90,112,141); }
H1.HeaderClassName
{
color: #5A708D;
}
.AnyTagClassName
{
color: #5A708D;
}
</style>
background-color css
<style>
a { background-color: #5A708D; }
a { background-color: rgb(90,112,141); }
div.DivClassName
{
background-color: #5A708D;
}
.BgClassName
{
background-color: #5A708D;
}
</style>
border-color css
<style>
span { border-color: #5A708D; }
span { border-color: rgb(90,112,141); }
td.TdClassName
{
border-color: #5A708D;
}
.TagClassName
{
border-color: #5A708D;
}
</style>