Shades of Kashmir Blue #5B6983
Tints of Kashmir Blue #5B6983
RGB
CMYK
RGB Variations
Color information
#5B6983 (or 0x5B6983) is known color: Kashmir Blue. HEX triplet: 5B, 69 and 83. RGB value is (91,105,131). Sum of RGB (Red+Green+Blue) = 91+105+131=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B6983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6983 is #A4967C. Grayscale: #676767. Windows color (decimal): -10786429 or 8612187. OLE color: 8612187.
HSL color Cylindrical-coordinate representation of color #5B6983: hue angle of 219º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B6983 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 105 | 131 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.49 |
| HSL | 219º | 0.18% | 0.44% | - |
| HSV(B) | 219º | 0.31% | 0.51% | - |
| XYZ | 13.46 | 13.97 | 23.46 | - |
| YUV | 103.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 131 | 0.31 | 0.20 | 0 | 0.49 | 219 | 0.18 | 0.44 |
| Hex | 5B | 69 | 83 | 1F | 14 | 0 | 31 | DB | 12 | 2C |
| Octal | 133 | 151 | 203 | 37 | 24 | 0 | 61 | 333 | 22 | 54 |
| Binary | 1011011 | 1101001 | 10000011 | 11111 | 10100 | 0 | 110001 | 11011011 | 10010 | 101100 |
Color Harmonies of #5B6983
Complementary color
Monochromatic Colors of #5B6983
Black with #5B6983
Text Example
Text Example
White with #5B6983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6983; }
p { color: rgb(91,105,131); }
H1.HeaderClassName
{
color: #5B6983;
}
.AnyTagClassName
{
color: #5B6983;
}
</style>
background-color css
<style>
a { background-color: #5B6983; }
a { background-color: rgb(91,105,131); }
div.DivClassName
{
background-color: #5B6983;
}
.BgClassName
{
background-color: #5B6983;
}
</style>
border-color css
<style>
span { border-color: #5B6983; }
span { border-color: rgb(91,105,131); }
td.TdClassName
{
border-color: #5B6983;
}
.TagClassName
{
border-color: #5B6983;
}
</style>