Shades of Kashmir Blue #5B657F
Tints of Kashmir Blue #5B657F
RGB
CMYK
RGB Variations
Color information
#5B657F (or 0x5B657F) is known color: Kashmir Blue. HEX triplet: 5B, 65 and 7F. RGB value is (91,101,127). Sum of RGB (Red+Green+Blue) = 91+101+127=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B657F is #A49A80. Grayscale: #646464. Windows color (decimal): -10787457 or 8349019. OLE color: 8349019.
HSL color Cylindrical-coordinate representation of color #5B657F: hue angle of 223.33º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B657F is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 101 | 127 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.50 |
| HSL | 223.33º | 0.17% | 0.43% | - |
| HSV(B) | 223.33º | 0.28% | 0.5% | - |
| XYZ | 12.8 | 13.06 | 21.93 | - |
| YUV | 100.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 127 | 0.28 | 0.20 | 0 | 0.50 | 223.33 | 0.17 | 0.43 |
| Hex | 5B | 65 | 7F | 1C | 14 | 0 | 32 | DF | 11 | 2B |
| Octal | 133 | 145 | 177 | 34 | 24 | 0 | 62 | 337 | 21 | 53 |
| Binary | 1011011 | 1100101 | 1111111 | 11100 | 10100 | 0 | 110010 | 11011111 | 10001 | 101011 |
Color Harmonies of #5B657F
Complementary color
Monochromatic Colors of #5B657F
Black with #5B657F
Text Example
Text Example
White with #5B657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B657F; }
p { color: rgb(91,101,127); }
H1.HeaderClassName
{
color: #5B657F;
}
.AnyTagClassName
{
color: #5B657F;
}
</style>
background-color css
<style>
a { background-color: #5B657F; }
a { background-color: rgb(91,101,127); }
div.DivClassName
{
background-color: #5B657F;
}
.BgClassName
{
background-color: #5B657F;
}
</style>
border-color css
<style>
span { border-color: #5B657F; }
span { border-color: rgb(91,101,127); }
td.TdClassName
{
border-color: #5B657F;
}
.TagClassName
{
border-color: #5B657F;
}
</style>