Shades of Kashmir Blue #5B6987
Tints of Kashmir Blue #5B6987
RGB
CMYK
RGB Variations
Color information
#5B6987 (or 0x5B6987) is known color: Kashmir Blue. HEX triplet: 5B, 69 and 87. RGB value is (91,105,135). Sum of RGB (Red+Green+Blue) = 91+105+135=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B6987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6987 is #A49678. Grayscale: #686868. Windows color (decimal): -10786425 or 8874331. OLE color: 8874331.
HSL color Cylindrical-coordinate representation of color #5B6987: hue angle of 220.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B6987 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 105 | 135 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.47 |
| HSL | 220.91º | 0.19% | 0.44% | - |
| HSV(B) | 220.91º | 0.33% | 0.53% | - |
| XYZ | 13.74 | 14.08 | 24.91 | - |
| YUV | 104.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 135 | 0.33 | 0.22 | 0 | 0.47 | 220.91 | 0.19 | 0.44 |
| Hex | 5B | 69 | 87 | 21 | 16 | 0 | 2F | DD | 13 | 2C |
| Octal | 133 | 151 | 207 | 41 | 26 | 0 | 57 | 335 | 23 | 54 |
| Binary | 1011011 | 1101001 | 10000111 | 100001 | 10110 | 0 | 101111 | 11011101 | 10011 | 101100 |
Color Harmonies of #5B6987
Complementary color
Monochromatic Colors of #5B6987
Black with #5B6987
Text Example
Text Example
White with #5B6987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6987; }
p { color: rgb(91,105,135); }
H1.HeaderClassName
{
color: #5B6987;
}
.AnyTagClassName
{
color: #5B6987;
}
</style>
background-color css
<style>
a { background-color: #5B6987; }
a { background-color: rgb(91,105,135); }
div.DivClassName
{
background-color: #5B6987;
}
.BgClassName
{
background-color: #5B6987;
}
</style>
border-color css
<style>
span { border-color: #5B6987; }
span { border-color: rgb(91,105,135); }
td.TdClassName
{
border-color: #5B6987;
}
.TagClassName
{
border-color: #5B6987;
}
</style>