Shades of Kashmir Blue #5E687C
Tints of Kashmir Blue #5E687C
RGB
CMYK
RGB Variations
Color information
#5E687C (or 0x5E687C) is known color: Kashmir Blue. HEX triplet: 5E, 68 and 7C. RGB value is (94,104,124). Sum of RGB (Red+Green+Blue) = 94+104+124=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E687C is #A19783. Grayscale: #676767. Windows color (decimal): -10590084 or 8153182. OLE color: 8153182.
HSL color Cylindrical-coordinate representation of color #5E687C: hue angle of 220º 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 #5E687C is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 94 | 104 | 124 | - |
CMYK | 0.24 | 0.16 | 0 | 0.51 |
HSL | 220º | 0.14% | 0.43% | - |
HSV(B) | 220º | 0.24% | 0.49% | - |
XYZ | 13.2 | 13.74 | 21.02 | - |
YUV | 103.29 | 139.69 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 104 | 124 | 0.24 | 0.16 | 0 | 0.51 | 220 | 0.14 | 0.43 |
Hex | 5E | 68 | 7C | 18 | 10 | 0 | 33 | DC | E | 2B |
Octal | 136 | 150 | 174 | 30 | 20 | 0 | 63 | 334 | 16 | 53 |
Binary | 1011110 | 1101000 | 1111100 | 11000 | 10000 | 0 | 110011 | 11011100 | 1110 | 101011 |
Color Harmonies of #5E687C
Complementary color
Monochromatic Colors of #5E687C
Black with #5E687C
Text Example
Text Example
White with #5E687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E687C; }
p { color: rgb(94,104,124); }
H1.HeaderClassName
{
color: #5E687C;
}
.AnyTagClassName
{
color: #5E687C;
}
</style>
background-color css
<style>
a { background-color: #5E687C; }
a { background-color: rgb(94,104,124); }
div.DivClassName
{
background-color: #5E687C;
}
.BgClassName
{
background-color: #5E687C;
}
</style>
border-color css
<style>
span { border-color: #5E687C; }
span { border-color: rgb(94,104,124); }
td.TdClassName
{
border-color: #5E687C;
}
.TagClassName
{
border-color: #5E687C;
}
</style>