Shades of Kashmir Blue #5D6C7F
Tints of Kashmir Blue #5D6C7F
RGB
CMYK
RGB Variations
Color information
#5D6C7F (or 0x5D6C7F) is known color: Kashmir Blue. HEX triplet: 5D, 6C and 7F. RGB value is (93,108,127). Sum of RGB (Red+Green+Blue) = 93+108+127=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 108 (42.58% from 255 or 32.93% 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 #5D6C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6C7F is #A29380. Grayscale: #696969. Windows color (decimal): -10654593 or 8350813. OLE color: 8350813.
HSL color Cylindrical-coordinate representation of color #5D6C7F: hue angle of 213.53º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D6C7F is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 108 | 127 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.50 |
| HSL | 213.53º | 0.15% | 0.43% | - |
| HSV(B) | 213.53º | 0.27% | 0.5% | - |
| XYZ | 13.71 | 14.58 | 22.17 | - |
| YUV | 105.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 108 | 127 | 0.27 | 0.15 | 0 | 0.50 | 213.53 | 0.15 | 0.43 |
| Hex | 5D | 6C | 7F | 1B | F | 0 | 32 | D6 | F | 2B |
| Octal | 135 | 154 | 177 | 33 | 17 | 0 | 62 | 326 | 17 | 53 |
| Binary | 1011101 | 1101100 | 1111111 | 11011 | 1111 | 0 | 110010 | 11010110 | 1111 | 101011 |
Color Harmonies of #5D6C7F
Complementary color
Monochromatic Colors of #5D6C7F
Black with #5D6C7F
Text Example
Text Example
White with #5D6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6C7F; }
p { color: rgb(93,108,127); }
H1.HeaderClassName
{
color: #5D6C7F;
}
.AnyTagClassName
{
color: #5D6C7F;
}
</style>
background-color css
<style>
a { background-color: #5D6C7F; }
a { background-color: rgb(93,108,127); }
div.DivClassName
{
background-color: #5D6C7F;
}
.BgClassName
{
background-color: #5D6C7F;
}
</style>
border-color css
<style>
span { border-color: #5D6C7F; }
span { border-color: rgb(93,108,127); }
td.TdClassName
{
border-color: #5D6C7F;
}
.TagClassName
{
border-color: #5D6C7F;
}
</style>