Shades of Kashmir Blue #5E6A7D
Tints of Kashmir Blue #5E6A7D
RGB
CMYK
RGB Variations
Color information
#5E6A7D (or 0x5E6A7D) is known color: Kashmir Blue. HEX triplet: 5E, 6A and 7D. RGB value is (94,106,125). Sum of RGB (Red+Green+Blue) = 94+106+125=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E6A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A7D is #A19582. Grayscale: #686868. Windows color (decimal): -10589571 or 8219230. OLE color: 8219230.
HSL color Cylindrical-coordinate representation of color #5E6A7D: hue angle of 216.77º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E6A7D is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 106 | 125 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.51 |
| HSL | 216.77º | 0.14% | 0.43% | - |
| HSV(B) | 216.77º | 0.25% | 0.49% | - |
| XYZ | 13.47 | 14.17 | 21.43 | - |
| YUV | 104.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 125 | 0.25 | 0.15 | 0 | 0.51 | 216.77 | 0.14 | 0.43 |
| Hex | 5E | 6A | 7D | 19 | F | 0 | 33 | D9 | E | 2B |
| Octal | 136 | 152 | 175 | 31 | 17 | 0 | 63 | 331 | 16 | 53 |
| Binary | 1011110 | 1101010 | 1111101 | 11001 | 1111 | 0 | 110011 | 11011001 | 1110 | 101011 |
Color Harmonies of #5E6A7D
Complementary color
Monochromatic Colors of #5E6A7D
Black with #5E6A7D
Text Example
Text Example
White with #5E6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A7D; }
p { color: rgb(94,106,125); }
H1.HeaderClassName
{
color: #5E6A7D;
}
.AnyTagClassName
{
color: #5E6A7D;
}
</style>
background-color css
<style>
a { background-color: #5E6A7D; }
a { background-color: rgb(94,106,125); }
div.DivClassName
{
background-color: #5E6A7D;
}
.BgClassName
{
background-color: #5E6A7D;
}
</style>
border-color css
<style>
span { border-color: #5E6A7D; }
span { border-color: rgb(94,106,125); }
td.TdClassName
{
border-color: #5E6A7D;
}
.TagClassName
{
border-color: #5E6A7D;
}
</style>