Shades of Kashmir Blue #5E667C
Tints of Kashmir Blue #5E667C
RGB
CMYK
RGB Variations
Color information
#5E667C (or 0x5E667C) is known color: Kashmir Blue. HEX triplet: 5E, 66 and 7C. RGB value is (94,102,124). Sum of RGB (Red+Green+Blue) = 94+102+124=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 102 (40.23% from 255 or 31.88% 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 #5E667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E667C is #A19983. Grayscale: #666666. Windows color (decimal): -10590596 or 8152670. OLE color: 8152670.
HSL color Cylindrical-coordinate representation of color #5E667C: hue angle of 224º 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 #5E667C is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 102 | 124 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.51 |
| HSL | 224º | 0.14% | 0.43% | - |
| HSV(B) | 224º | 0.24% | 0.49% | - |
| XYZ | 13.01 | 13.34 | 20.96 | - |
| YUV | 102.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 124 | 0.24 | 0.18 | 0 | 0.51 | 224 | 0.14 | 0.43 |
| Hex | 5E | 66 | 7C | 18 | 12 | 0 | 33 | E0 | E | 2B |
| Octal | 136 | 146 | 174 | 30 | 22 | 0 | 63 | 340 | 16 | 53 |
| Binary | 1011110 | 1100110 | 1111100 | 11000 | 10010 | 0 | 110011 | 11100000 | 1110 | 101011 |
Color Harmonies of #5E667C
Complementary color
Monochromatic Colors of #5E667C
Black with #5E667C
Text Example
Text Example
White with #5E667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E667C; }
p { color: rgb(94,102,124); }
H1.HeaderClassName
{
color: #5E667C;
}
.AnyTagClassName
{
color: #5E667C;
}
</style>
background-color css
<style>
a { background-color: #5E667C; }
a { background-color: rgb(94,102,124); }
div.DivClassName
{
background-color: #5E667C;
}
.BgClassName
{
background-color: #5E667C;
}
</style>
border-color css
<style>
span { border-color: #5E667C; }
span { border-color: rgb(94,102,124); }
td.TdClassName
{
border-color: #5E667C;
}
.TagClassName
{
border-color: #5E667C;
}
</style>