Shades of Kashmir Blue #586D8D
Tints of Kashmir Blue #586D8D
RGB
CMYK
RGB Variations
Color information
#586D8D (or 0x586D8D) is known color: Kashmir Blue. HEX triplet: 58, 6D and 8D. RGB value is (88,109,141). Sum of RGB (Red+Green+Blue) = 88+109+141=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #586D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D8D is #A79272. Grayscale: #6A6A6A. Windows color (decimal): -10982003 or 9268568. OLE color: 9268568.
HSL color Cylindrical-coordinate representation of color #586D8D: hue angle of 216.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #586D8D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 109 | 141 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.45 |
| HSL | 216.23º | 0.23% | 0.45% | - |
| HSV(B) | 216.23º | 0.38% | 0.55% | - |
| XYZ | 14.3 | 14.94 | 27.33 | - |
| YUV | 106.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 141 | 0.38 | 0.23 | 0 | 0.45 | 216.23 | 0.23 | 0.45 |
| Hex | 58 | 6D | 8D | 26 | 17 | 0 | 2D | D8 | 17 | 2D |
| Octal | 130 | 155 | 215 | 46 | 27 | 0 | 55 | 330 | 27 | 55 |
| Binary | 1011000 | 1101101 | 10001101 | 100110 | 10111 | 0 | 101101 | 11011000 | 10111 | 101101 |
Color Harmonies of #586D8D
Complementary color
Monochromatic Colors of #586D8D
Black with #586D8D
Text Example
Text Example
White with #586D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D8D; }
p { color: rgb(88,109,141); }
H1.HeaderClassName
{
color: #586D8D;
}
.AnyTagClassName
{
color: #586D8D;
}
</style>
background-color css
<style>
a { background-color: #586D8D; }
a { background-color: rgb(88,109,141); }
div.DivClassName
{
background-color: #586D8D;
}
.BgClassName
{
background-color: #586D8D;
}
</style>
border-color css
<style>
span { border-color: #586D8D; }
span { border-color: rgb(88,109,141); }
td.TdClassName
{
border-color: #586D8D;
}
.TagClassName
{
border-color: #586D8D;
}
</style>