Shades of Kashmir Blue #5E6E7F
Tints of Kashmir Blue #5E6E7F
RGB
CMYK
RGB Variations
Color information
#5E6E7F (or 0x5E6E7F) is known color: Kashmir Blue. HEX triplet: 5E, 6E and 7F. RGB value is (94,110,127). Sum of RGB (Red+Green+Blue) = 94+110+127=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E6E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6E7F is #A19180. Grayscale: #6B6B6B. Windows color (decimal): -10588545 or 8351326. OLE color: 8351326.
HSL color Cylindrical-coordinate representation of color #5E6E7F: hue angle of 210.91º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6E7F is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
RGB | 94 | 110 | 127 | - |
CMYK | 0.26 | 0.13 | 0 | 0.50 |
HSL | 210.91º | 0.15% | 0.43% | - |
HSV(B) | 210.91º | 0.26% | 0.5% | - |
XYZ | 14.02 | 15.06 | 22.25 | - |
YUV | 107.15 | 139.2 | 118.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 110 | 127 | 0.26 | 0.13 | 0 | 0.50 | 210.91 | 0.15 | 0.43 |
Hex | 5E | 6E | 7F | 1A | D | 0 | 32 | D3 | F | 2B |
Octal | 136 | 156 | 177 | 32 | 15 | 0 | 62 | 323 | 17 | 53 |
Binary | 1011110 | 1101110 | 1111111 | 11010 | 1101 | 0 | 110010 | 11010011 | 1111 | 101011 |
Color Harmonies of #5E6E7F
Complementary color
Monochromatic Colors of #5E6E7F
Black with #5E6E7F
Text Example
Text Example
White with #5E6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E7F; }
p { color: rgb(94,110,127); }
H1.HeaderClassName
{
color: #5E6E7F;
}
.AnyTagClassName
{
color: #5E6E7F;
}
</style>
background-color css
<style>
a { background-color: #5E6E7F; }
a { background-color: rgb(94,110,127); }
div.DivClassName
{
background-color: #5E6E7F;
}
.BgClassName
{
background-color: #5E6E7F;
}
</style>
border-color css
<style>
span { border-color: #5E6E7F; }
span { border-color: rgb(94,110,127); }
td.TdClassName
{
border-color: #5E6E7F;
}
.TagClassName
{
border-color: #5E6E7F;
}
</style>