Shades of Kashmir Blue #5E7083
Tints of Kashmir Blue #5E7083
RGB
CMYK
RGB Variations
Color information
#5E7083 (or 0x5E7083) is known color: Kashmir Blue. HEX triplet: 5E, 70 and 83. RGB value is (94,112,131). Sum of RGB (Red+Green+Blue) = 94+112+131=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E7083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7083 is #A18F7C. Grayscale: #6C6C6C. Windows color (decimal): -10588029 or 8613982. OLE color: 8613982.
HSL color Cylindrical-coordinate representation of color #5E7083: hue angle of 210.81º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E7083 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 112 | 131 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.49 |
| HSL | 210.81º | 0.16% | 0.44% | - |
| HSV(B) | 210.81º | 0.28% | 0.51% | - |
| XYZ | 14.51 | 15.61 | 23.72 | - |
| YUV | 108.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 131 | 0.28 | 0.15 | 0 | 0.49 | 210.81 | 0.16 | 0.44 |
| Hex | 5E | 70 | 83 | 1C | F | 0 | 31 | D3 | 10 | 2C |
| Octal | 136 | 160 | 203 | 34 | 17 | 0 | 61 | 323 | 20 | 54 |
| Binary | 1011110 | 1110000 | 10000011 | 11100 | 1111 | 0 | 110001 | 11010011 | 10000 | 101100 |
Color Harmonies of #5E7083
Complementary color
Monochromatic Colors of #5E7083
Black with #5E7083
Text Example
Text Example
White with #5E7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7083; }
p { color: rgb(94,112,131); }
H1.HeaderClassName
{
color: #5E7083;
}
.AnyTagClassName
{
color: #5E7083;
}
</style>
background-color css
<style>
a { background-color: #5E7083; }
a { background-color: rgb(94,112,131); }
div.DivClassName
{
background-color: #5E7083;
}
.BgClassName
{
background-color: #5E7083;
}
</style>
border-color css
<style>
span { border-color: #5E7083; }
span { border-color: rgb(94,112,131); }
td.TdClassName
{
border-color: #5E7083;
}
.TagClassName
{
border-color: #5E7083;
}
</style>