Shades of Kashmir Blue #5E697C
Tints of Kashmir Blue #5E697C
RGB
CMYK
RGB Variations
Color information
#5E697C (or 0x5E697C) is known color: Kashmir Blue. HEX triplet: 5E, 69 and 7C. RGB value is (94,105,124). Sum of RGB (Red+Green+Blue) = 94+105+124=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E697C is #A19683. Grayscale: #676767. Windows color (decimal): -10589828 or 8153438. OLE color: 8153438.
HSL color Cylindrical-coordinate representation of color #5E697C: hue angle of 218º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E697C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 105 | 124 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.51 |
| HSL | 218º | 0.14% | 0.43% | - |
| HSV(B) | 218º | 0.24% | 0.49% | - |
| XYZ | 13.31 | 13.94 | 21.06 | - |
| YUV | 103.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 124 | 0.24 | 0.15 | 0 | 0.51 | 218 | 0.14 | 0.43 |
| Hex | 5E | 69 | 7C | 18 | F | 0 | 33 | DA | E | 2B |
| Octal | 136 | 151 | 174 | 30 | 17 | 0 | 63 | 332 | 16 | 53 |
| Binary | 1011110 | 1101001 | 1111100 | 11000 | 1111 | 0 | 110011 | 11011010 | 1110 | 101011 |
Color Harmonies of #5E697C
Complementary color
Monochromatic Colors of #5E697C
Black with #5E697C
Text Example
Text Example
White with #5E697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E697C; }
p { color: rgb(94,105,124); }
H1.HeaderClassName
{
color: #5E697C;
}
.AnyTagClassName
{
color: #5E697C;
}
</style>
background-color css
<style>
a { background-color: #5E697C; }
a { background-color: rgb(94,105,124); }
div.DivClassName
{
background-color: #5E697C;
}
.BgClassName
{
background-color: #5E697C;
}
</style>
border-color css
<style>
span { border-color: #5E697C; }
span { border-color: rgb(94,105,124); }
td.TdClassName
{
border-color: #5E697C;
}
.TagClassName
{
border-color: #5E697C;
}
</style>