Shades of Kashmir Blue #5B6C86
Tints of Kashmir Blue #5B6C86
RGB
CMYK
RGB Variations
Color information
#5B6C86 (or 0x5B6C86) is known color: Kashmir Blue. HEX triplet: 5B, 6C and 86. RGB value is (91,108,134). Sum of RGB (Red+Green+Blue) = 91+108+134=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B6C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6C86 is #A49379. Grayscale: #696969. Windows color (decimal): -10785658 or 8809563. OLE color: 8809563.
HSL color Cylindrical-coordinate representation of color #5B6C86: hue angle of 216.28º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6C86 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 108 | 134 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.47 |
| HSL | 216.28º | 0.19% | 0.44% | - |
| HSV(B) | 216.28º | 0.32% | 0.53% | - |
| XYZ | 13.98 | 14.67 | 24.65 | - |
| YUV | 105.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 134 | 0.32 | 0.19 | 0 | 0.47 | 216.28 | 0.19 | 0.44 |
| Hex | 5B | 6C | 86 | 20 | 13 | 0 | 2F | D8 | 13 | 2C |
| Octal | 133 | 154 | 206 | 40 | 23 | 0 | 57 | 330 | 23 | 54 |
| Binary | 1011011 | 1101100 | 10000110 | 100000 | 10011 | 0 | 101111 | 11011000 | 10011 | 101100 |
Color Harmonies of #5B6C86
Complementary color
Monochromatic Colors of #5B6C86
Black with #5B6C86
Text Example
Text Example
White with #5B6C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6C86; }
p { color: rgb(91,108,134); }
H1.HeaderClassName
{
color: #5B6C86;
}
.AnyTagClassName
{
color: #5B6C86;
}
</style>
background-color css
<style>
a { background-color: #5B6C86; }
a { background-color: rgb(91,108,134); }
div.DivClassName
{
background-color: #5B6C86;
}
.BgClassName
{
background-color: #5B6C86;
}
</style>
border-color css
<style>
span { border-color: #5B6C86; }
span { border-color: rgb(91,108,134); }
td.TdClassName
{
border-color: #5B6C86;
}
.TagClassName
{
border-color: #5B6C86;
}
</style>