Shades of Kashmir Blue #5E6B7F
Tints of Kashmir Blue #5E6B7F
RGB
CMYK
RGB Variations
Color information
#5E6B7F (or 0x5E6B7F) is known color: Kashmir Blue. HEX triplet: 5E, 6B and 7F. RGB value is (94,107,127). Sum of RGB (Red+Green+Blue) = 94+107+127=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E6B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B7F is #A19480. Grayscale: #696969. Windows color (decimal): -10589313 or 8350558. OLE color: 8350558.
HSL color Cylindrical-coordinate representation of color #5E6B7F: hue angle of 216.36º 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 #5E6B7F is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
RGB | 94 | 107 | 127 | - |
CMYK | 0.26 | 0.16 | 0 | 0.50 |
HSL | 216.36º | 0.15% | 0.43% | - |
HSV(B) | 216.36º | 0.26% | 0.5% | - |
XYZ | 13.7 | 14.43 | 22.14 | - |
YUV | 105.39 | 140.19 | 119.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 107 | 127 | 0.26 | 0.16 | 0 | 0.50 | 216.36 | 0.15 | 0.43 |
Hex | 5E | 6B | 7F | 1A | 10 | 0 | 32 | D8 | F | 2B |
Octal | 136 | 153 | 177 | 32 | 20 | 0 | 62 | 330 | 17 | 53 |
Binary | 1011110 | 1101011 | 1111111 | 11010 | 10000 | 0 | 110010 | 11011000 | 1111 | 101011 |
Color Harmonies of #5E6B7F
Complementary color
Monochromatic Colors of #5E6B7F
Black with #5E6B7F
Text Example
Text Example
White with #5E6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B7F; }
p { color: rgb(94,107,127); }
H1.HeaderClassName
{
color: #5E6B7F;
}
.AnyTagClassName
{
color: #5E6B7F;
}
</style>
background-color css
<style>
a { background-color: #5E6B7F; }
a { background-color: rgb(94,107,127); }
div.DivClassName
{
background-color: #5E6B7F;
}
.BgClassName
{
background-color: #5E6B7F;
}
</style>
border-color css
<style>
span { border-color: #5E6B7F; }
span { border-color: rgb(94,107,127); }
td.TdClassName
{
border-color: #5E6B7F;
}
.TagClassName
{
border-color: #5E6B7F;
}
</style>