Shades of Kashmir Blue #586A88
Tints of Kashmir Blue #586A88
RGB
CMYK
RGB Variations
Color information
#586A88 (or 0x586A88) is known color: Kashmir Blue. HEX triplet: 58, 6A and 88. RGB value is (88,106,136). Sum of RGB (Red+Green+Blue) = 88+106+136=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #586A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A88 is #A79577. Grayscale: #676767. Windows color (decimal): -10982776 or 8940120. OLE color: 8940120.
HSL color Cylindrical-coordinate representation of color #586A88: hue angle of 217.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586A88 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 106 | 136 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.47 |
| HSL | 217.5º | 0.21% | 0.44% | - |
| HSV(B) | 217.5º | 0.35% | 0.53% | - |
| XYZ | 13.62 | 14.16 | 25.31 | - |
| YUV | 104.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 136 | 0.35 | 0.22 | 0 | 0.47 | 217.5 | 0.21 | 0.44 |
| Hex | 58 | 6A | 88 | 23 | 16 | 0 | 2F | DA | 15 | 2C |
| Octal | 130 | 152 | 210 | 43 | 26 | 0 | 57 | 332 | 25 | 54 |
| Binary | 1011000 | 1101010 | 10001000 | 100011 | 10110 | 0 | 101111 | 11011010 | 10101 | 101100 |
Color Harmonies of #586A88
Complementary color
Monochromatic Colors of #586A88
Black with #586A88
Text Example
Text Example
White with #586A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A88; }
p { color: rgb(88,106,136); }
H1.HeaderClassName
{
color: #586A88;
}
.AnyTagClassName
{
color: #586A88;
}
</style>
background-color css
<style>
a { background-color: #586A88; }
a { background-color: rgb(88,106,136); }
div.DivClassName
{
background-color: #586A88;
}
.BgClassName
{
background-color: #586A88;
}
</style>
border-color css
<style>
span { border-color: #586A88; }
span { border-color: rgb(88,106,136); }
td.TdClassName
{
border-color: #586A88;
}
.TagClassName
{
border-color: #586A88;
}
</style>