Shades of Kashmir Blue #5D6B7F
Tints of Kashmir Blue #5D6B7F
RGB
CMYK
RGB Variations
Color information
#5D6B7F (or 0x5D6B7F) is known color: Kashmir Blue. HEX triplet: 5D, 6B and 7F. RGB value is (93,107,127). Sum of RGB (Red+Green+Blue) = 93+107+127=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D6B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6B7F is #A29480. Grayscale: #696969. Windows color (decimal): -10654849 or 8350557. OLE color: 8350557.
HSL color Cylindrical-coordinate representation of color #5D6B7F: hue angle of 215.29º 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 #5D6B7F is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 107 | 127 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.50 |
| HSL | 215.29º | 0.15% | 0.43% | - |
| HSV(B) | 215.29º | 0.27% | 0.5% | - |
| XYZ | 13.6 | 14.37 | 22.14 | - |
| YUV | 105.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 127 | 0.27 | 0.16 | 0 | 0.50 | 215.29 | 0.15 | 0.43 |
| Hex | 5D | 6B | 7F | 1B | 10 | 0 | 32 | D7 | F | 2B |
| Octal | 135 | 153 | 177 | 33 | 20 | 0 | 62 | 327 | 17 | 53 |
| Binary | 1011101 | 1101011 | 1111111 | 11011 | 10000 | 0 | 110010 | 11010111 | 1111 | 101011 |
Color Harmonies of #5D6B7F
Complementary color
Monochromatic Colors of #5D6B7F
Black with #5D6B7F
Text Example
Text Example
White with #5D6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B7F; }
p { color: rgb(93,107,127); }
H1.HeaderClassName
{
color: #5D6B7F;
}
.AnyTagClassName
{
color: #5D6B7F;
}
</style>
background-color css
<style>
a { background-color: #5D6B7F; }
a { background-color: rgb(93,107,127); }
div.DivClassName
{
background-color: #5D6B7F;
}
.BgClassName
{
background-color: #5D6B7F;
}
</style>
border-color css
<style>
span { border-color: #5D6B7F; }
span { border-color: rgb(93,107,127); }
td.TdClassName
{
border-color: #5D6B7F;
}
.TagClassName
{
border-color: #5D6B7F;
}
</style>