Shades of Kashmir Blue #586B8D
Tints of Kashmir Blue #586B8D
RGB
CMYK
RGB Variations
Color information
#586B8D (or 0x586B8D) is known color: Kashmir Blue. HEX triplet: 58, 6B and 8D. RGB value is (88,107,141). Sum of RGB (Red+Green+Blue) = 88+107+141=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #586B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B8D is #A79472. Grayscale: #696969. Windows color (decimal): -10982515 or 9268056. OLE color: 9268056.
HSL color Cylindrical-coordinate representation of color #586B8D: hue angle of 218.49º 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 #586B8D is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 107 | 141 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.45 |
| HSL | 218.49º | 0.23% | 0.45% | - |
| HSV(B) | 218.49º | 0.38% | 0.55% | - |
| XYZ | 14.09 | 14.51 | 27.26 | - |
| YUV | 105.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 141 | 0.38 | 0.24 | 0 | 0.45 | 218.49 | 0.23 | 0.45 |
| Hex | 58 | 6B | 8D | 26 | 18 | 0 | 2D | DA | 17 | 2D |
| Octal | 130 | 153 | 215 | 46 | 30 | 0 | 55 | 332 | 27 | 55 |
| Binary | 1011000 | 1101011 | 10001101 | 100110 | 11000 | 0 | 101101 | 11011010 | 10111 | 101101 |
Color Harmonies of #586B8D
Complementary color
Monochromatic Colors of #586B8D
Black with #586B8D
Text Example
Text Example
White with #586B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B8D; }
p { color: rgb(88,107,141); }
H1.HeaderClassName
{
color: #586B8D;
}
.AnyTagClassName
{
color: #586B8D;
}
</style>
background-color css
<style>
a { background-color: #586B8D; }
a { background-color: rgb(88,107,141); }
div.DivClassName
{
background-color: #586B8D;
}
.BgClassName
{
background-color: #586B8D;
}
</style>
border-color css
<style>
span { border-color: #586B8D; }
span { border-color: rgb(88,107,141); }
td.TdClassName
{
border-color: #586B8D;
}
.TagClassName
{
border-color: #586B8D;
}
</style>