Shades of Kashmir Blue #586A8A
Tints of Kashmir Blue #586A8A
RGB
CMYK
RGB Variations
Color information
#586A8A (or 0x586A8A) is known color: Kashmir Blue. HEX triplet: 58, 6A and 8A. RGB value is (88,106,138). Sum of RGB (Red+Green+Blue) = 88+106+138=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #586A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A8A is #A79575. Grayscale: #686868. Windows color (decimal): -10982774 or 9071192. OLE color: 9071192.
HSL color Cylindrical-coordinate representation of color #586A8A: hue angle of 218.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #586A8A is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 106 | 138 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.46 |
| HSL | 218.4º | 0.22% | 0.44% | - |
| HSV(B) | 218.4º | 0.36% | 0.54% | - |
| XYZ | 13.77 | 14.22 | 26.06 | - |
| YUV | 104.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 138 | 0.36 | 0.23 | 0 | 0.46 | 218.4 | 0.22 | 0.44 |
| Hex | 58 | 6A | 8A | 24 | 17 | 0 | 2E | DA | 16 | 2C |
| Octal | 130 | 152 | 212 | 44 | 27 | 0 | 56 | 332 | 26 | 54 |
| Binary | 1011000 | 1101010 | 10001010 | 100100 | 10111 | 0 | 101110 | 11011010 | 10110 | 101100 |
Color Harmonies of #586A8A
Complementary color
Monochromatic Colors of #586A8A
Black with #586A8A
Text Example
Text Example
White with #586A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A8A; }
p { color: rgb(88,106,138); }
H1.HeaderClassName
{
color: #586A8A;
}
.AnyTagClassName
{
color: #586A8A;
}
</style>
background-color css
<style>
a { background-color: #586A8A; }
a { background-color: rgb(88,106,138); }
div.DivClassName
{
background-color: #586A8A;
}
.BgClassName
{
background-color: #586A8A;
}
</style>
border-color css
<style>
span { border-color: #586A8A; }
span { border-color: rgb(88,106,138); }
td.TdClassName
{
border-color: #586A8A;
}
.TagClassName
{
border-color: #586A8A;
}
</style>