Shades of Kashmir Blue #5B667E
Tints of Kashmir Blue #5B667E
RGB
CMYK
RGB Variations
Color information
#5B667E (or 0x5B667E) is known color: Kashmir Blue. HEX triplet: 5B, 66 and 7E. RGB value is (91,102,126). Sum of RGB (Red+Green+Blue) = 91+102+126=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B667E is #A49981. Grayscale: #656565. Windows color (decimal): -10787202 or 8283739. OLE color: 8283739.
HSL color Cylindrical-coordinate representation of color #5B667E: hue angle of 221.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B667E is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 102 | 126 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.51 |
| HSL | 221.14º | 0.16% | 0.43% | - |
| HSV(B) | 221.14º | 0.28% | 0.49% | - |
| XYZ | 12.83 | 13.23 | 21.62 | - |
| YUV | 101.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 126 | 0.28 | 0.19 | 0 | 0.51 | 221.14 | 0.16 | 0.43 |
| Hex | 5B | 66 | 7E | 1C | 13 | 0 | 33 | DD | 10 | 2B |
| Octal | 133 | 146 | 176 | 34 | 23 | 0 | 63 | 335 | 20 | 53 |
| Binary | 1011011 | 1100110 | 1111110 | 11100 | 10011 | 0 | 110011 | 11011101 | 10000 | 101011 |
Color Harmonies of #5B667E
Complementary color
Monochromatic Colors of #5B667E
Black with #5B667E
Text Example
Text Example
White with #5B667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B667E; }
p { color: rgb(91,102,126); }
H1.HeaderClassName
{
color: #5B667E;
}
.AnyTagClassName
{
color: #5B667E;
}
</style>
background-color css
<style>
a { background-color: #5B667E; }
a { background-color: rgb(91,102,126); }
div.DivClassName
{
background-color: #5B667E;
}
.BgClassName
{
background-color: #5B667E;
}
</style>
border-color css
<style>
span { border-color: #5B667E; }
span { border-color: rgb(91,102,126); }
td.TdClassName
{
border-color: #5B667E;
}
.TagClassName
{
border-color: #5B667E;
}
</style>