Shades of Kashmir Blue #586F8E
Tints of Kashmir Blue #586F8E
RGB
CMYK
RGB Variations
Color information
#586F8E (or 0x586F8E) is known color: Kashmir Blue. HEX triplet: 58, 6F and 8E. RGB value is (88,111,142). Sum of RGB (Red+Green+Blue) = 88+111+142=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #586F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F8E is #A79071. Grayscale: #6B6B6B. Windows color (decimal): -10981490 or 9334616. OLE color: 9334616.
HSL color Cylindrical-coordinate representation of color #586F8E: hue angle of 214.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #586F8E is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 111 | 142 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.44 |
| HSL | 214.44º | 0.23% | 0.45% | - |
| HSV(B) | 214.44º | 0.38% | 0.56% | - |
| XYZ | 14.59 | 15.4 | 27.79 | - |
| YUV | 107.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 142 | 0.38 | 0.22 | 0 | 0.44 | 214.44 | 0.23 | 0.45 |
| Hex | 58 | 6F | 8E | 26 | 16 | 0 | 2C | D6 | 17 | 2D |
| Octal | 130 | 157 | 216 | 46 | 26 | 0 | 54 | 326 | 27 | 55 |
| Binary | 1011000 | 1101111 | 10001110 | 100110 | 10110 | 0 | 101100 | 11010110 | 10111 | 101101 |
Color Harmonies of #586F8E
Complementary color
Monochromatic Colors of #586F8E
Black with #586F8E
Text Example
Text Example
White with #586F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F8E; }
p { color: rgb(88,111,142); }
H1.HeaderClassName
{
color: #586F8E;
}
.AnyTagClassName
{
color: #586F8E;
}
</style>
background-color css
<style>
a { background-color: #586F8E; }
a { background-color: rgb(88,111,142); }
div.DivClassName
{
background-color: #586F8E;
}
.BgClassName
{
background-color: #586F8E;
}
</style>
border-color css
<style>
span { border-color: #586F8E; }
span { border-color: rgb(88,111,142); }
td.TdClassName
{
border-color: #586F8E;
}
.TagClassName
{
border-color: #586F8E;
}
</style>