Shades of Kashmir Blue #5B697C
Tints of Kashmir Blue #5B697C
RGB
CMYK
RGB Variations
Color information
#5B697C (or 0x5B697C) is known color: Kashmir Blue. HEX triplet: 5B, 69 and 7C. RGB value is (91,105,124). Sum of RGB (Red+Green+Blue) = 91+105+124=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B697C is #A49683. Grayscale: #666666. Windows color (decimal): -10786436 or 8153435. OLE color: 8153435.
HSL color Cylindrical-coordinate representation of color #5B697C: hue angle of 214.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B697C is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 105 | 124 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.51 |
| HSL | 214.55º | 0.15% | 0.42% | - |
| HSV(B) | 214.55º | 0.27% | 0.49% | - |
| XYZ | 13 | 13.78 | 21.04 | - |
| YUV | 102.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 124 | 0.27 | 0.15 | 0 | 0.51 | 214.55 | 0.15 | 0.42 |
| Hex | 5B | 69 | 7C | 1B | F | 0 | 33 | D7 | F | 2A |
| Octal | 133 | 151 | 174 | 33 | 17 | 0 | 63 | 327 | 17 | 52 |
| Binary | 1011011 | 1101001 | 1111100 | 11011 | 1111 | 0 | 110011 | 11010111 | 1111 | 101010 |
Color Harmonies of #5B697C
Complementary color
Monochromatic Colors of #5B697C
Black with #5B697C
Text Example
Text Example
White with #5B697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B697C; }
p { color: rgb(91,105,124); }
H1.HeaderClassName
{
color: #5B697C;
}
.AnyTagClassName
{
color: #5B697C;
}
</style>
background-color css
<style>
a { background-color: #5B697C; }
a { background-color: rgb(91,105,124); }
div.DivClassName
{
background-color: #5B697C;
}
.BgClassName
{
background-color: #5B697C;
}
</style>
border-color css
<style>
span { border-color: #5B697C; }
span { border-color: rgb(91,105,124); }
td.TdClassName
{
border-color: #5B697C;
}
.TagClassName
{
border-color: #5B697C;
}
</style>