Shades of Kashmir Blue #5D6E7F
Tints of Kashmir Blue #5D6E7F
RGB
CMYK
RGB Variations
Color information
#5D6E7F (or 0x5D6E7F) is known color: Kashmir Blue. HEX triplet: 5D, 6E and 7F. RGB value is (93,110,127). Sum of RGB (Red+Green+Blue) = 93+110+127=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D6E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6E7F is #A29180. Grayscale: #6A6A6A. Windows color (decimal): -10654081 or 8351325. OLE color: 8351325.
HSL color Cylindrical-coordinate representation of color #5D6E7F: hue angle of 210º 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 #5D6E7F is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 110 | 127 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.50 |
| HSL | 210º | 0.15% | 0.43% | - |
| HSV(B) | 210º | 0.27% | 0.5% | - |
| XYZ | 13.92 | 15.01 | 22.24 | - |
| YUV | 106.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 110 | 127 | 0.27 | 0.13 | 0 | 0.50 | 210 | 0.15 | 0.43 |
| Hex | 5D | 6E | 7F | 1B | D | 0 | 32 | D2 | F | 2B |
| Octal | 135 | 156 | 177 | 33 | 15 | 0 | 62 | 322 | 17 | 53 |
| Binary | 1011101 | 1101110 | 1111111 | 11011 | 1101 | 0 | 110010 | 11010010 | 1111 | 101011 |
Color Harmonies of #5D6E7F
Complementary color
Monochromatic Colors of #5D6E7F
Black with #5D6E7F
Text Example
Text Example
White with #5D6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6E7F; }
p { color: rgb(93,110,127); }
H1.HeaderClassName
{
color: #5D6E7F;
}
.AnyTagClassName
{
color: #5D6E7F;
}
</style>
background-color css
<style>
a { background-color: #5D6E7F; }
a { background-color: rgb(93,110,127); }
div.DivClassName
{
background-color: #5D6E7F;
}
.BgClassName
{
background-color: #5D6E7F;
}
</style>
border-color css
<style>
span { border-color: #5D6E7F; }
span { border-color: rgb(93,110,127); }
td.TdClassName
{
border-color: #5D6E7F;
}
.TagClassName
{
border-color: #5D6E7F;
}
</style>