Shades of Kashmir Blue #586B83
Tints of Kashmir Blue #586B83
RGB
CMYK
RGB Variations
Color information
#586B83 (or 0x586B83) is known color: Kashmir Blue. HEX triplet: 58, 6B and 83. RGB value is (88,107,131). Sum of RGB (Red+Green+Blue) = 88+107+131=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #586B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B83 is #A7947C. Grayscale: #676767. Windows color (decimal): -10982525 or 8612696. OLE color: 8612696.
HSL color Cylindrical-coordinate representation of color #586B83: hue angle of 213.49º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #586B83 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 107 | 131 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.49 |
| HSL | 213.49º | 0.2% | 0.43% | - |
| HSV(B) | 213.49º | 0.33% | 0.51% | - |
| XYZ | 13.38 | 14.23 | 23.51 | - |
| YUV | 104.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 131 | 0.33 | 0.18 | 0 | 0.49 | 213.49 | 0.2 | 0.43 |
| Hex | 58 | 6B | 83 | 21 | 12 | 0 | 31 | D5 | 14 | 2B |
| Octal | 130 | 153 | 203 | 41 | 22 | 0 | 61 | 325 | 24 | 53 |
| Binary | 1011000 | 1101011 | 10000011 | 100001 | 10010 | 0 | 110001 | 11010101 | 10100 | 101011 |
Color Harmonies of #586B83
Complementary color
Monochromatic Colors of #586B83
Black with #586B83
Text Example
Text Example
White with #586B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B83; }
p { color: rgb(88,107,131); }
H1.HeaderClassName
{
color: #586B83;
}
.AnyTagClassName
{
color: #586B83;
}
</style>
background-color css
<style>
a { background-color: #586B83; }
a { background-color: rgb(88,107,131); }
div.DivClassName
{
background-color: #586B83;
}
.BgClassName
{
background-color: #586B83;
}
</style>
border-color css
<style>
span { border-color: #586B83; }
span { border-color: rgb(88,107,131); }
td.TdClassName
{
border-color: #586B83;
}
.TagClassName
{
border-color: #586B83;
}
</style>