Shades of Kashmir Blue #586F8B
Tints of Kashmir Blue #586F8B
RGB
CMYK
RGB Variations
Color information
#586F8B (or 0x586F8B) is known color: Kashmir Blue. HEX triplet: 58, 6F and 8B. RGB value is (88,111,139). Sum of RGB (Red+Green+Blue) = 88+111+139=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #586F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F8B is #A79074. Grayscale: #6B6B6B. Windows color (decimal): -10981493 or 9138008. OLE color: 9138008.
HSL color Cylindrical-coordinate representation of color #586F8B: hue angle of 212.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #586F8B is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 111 | 139 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.45 |
| HSL | 212.94º | 0.22% | 0.45% | - |
| HSV(B) | 212.94º | 0.37% | 0.55% | - |
| XYZ | 14.37 | 15.31 | 26.62 | - |
| YUV | 107.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 139 | 0.37 | 0.20 | 0 | 0.45 | 212.94 | 0.22 | 0.45 |
| Hex | 58 | 6F | 8B | 25 | 14 | 0 | 2D | D5 | 16 | 2D |
| Octal | 130 | 157 | 213 | 45 | 24 | 0 | 55 | 325 | 26 | 55 |
| Binary | 1011000 | 1101111 | 10001011 | 100101 | 10100 | 0 | 101101 | 11010101 | 10110 | 101101 |
Color Harmonies of #586F8B
Complementary color
Monochromatic Colors of #586F8B
Black with #586F8B
Text Example
Text Example
White with #586F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F8B; }
p { color: rgb(88,111,139); }
H1.HeaderClassName
{
color: #586F8B;
}
.AnyTagClassName
{
color: #586F8B;
}
</style>
background-color css
<style>
a { background-color: #586F8B; }
a { background-color: rgb(88,111,139); }
div.DivClassName
{
background-color: #586F8B;
}
.BgClassName
{
background-color: #586F8B;
}
</style>
border-color css
<style>
span { border-color: #586F8B; }
span { border-color: rgb(88,111,139); }
td.TdClassName
{
border-color: #586F8B;
}
.TagClassName
{
border-color: #586F8B;
}
</style>