Shades of Kashmir Blue #5D768D
Tints of Kashmir Blue #5D768D
RGB
CMYK
RGB Variations
Color information
#5D768D (or 0x5D768D) is known color: Kashmir Blue. HEX triplet: 5D, 76 and 8D. RGB value is (93,118,141). Sum of RGB (Red+Green+Blue) = 93+118+141=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D768D is #A28972. Grayscale: #717171. Windows color (decimal): -10652019 or 9270877. OLE color: 9270877.
HSL color Cylindrical-coordinate representation of color #5D768D: hue angle of 208.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D768D is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 118 | 141 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.45 |
| HSL | 208.75º | 0.21% | 0.46% | - |
| HSV(B) | 208.75º | 0.34% | 0.55% | - |
| XYZ | 15.8 | 17.21 | 27.69 | - |
| YUV | 113.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 141 | 0.34 | 0.16 | 0 | 0.45 | 208.75 | 0.21 | 0.46 |
| Hex | 5D | 76 | 8D | 22 | 10 | 0 | 2D | D1 | 15 | 2E |
| Octal | 135 | 166 | 215 | 42 | 20 | 0 | 55 | 321 | 25 | 56 |
| Binary | 1011101 | 1110110 | 10001101 | 100010 | 10000 | 0 | 101101 | 11010001 | 10101 | 101110 |
Color Harmonies of #5D768D
Complementary color
Monochromatic Colors of #5D768D
Black with #5D768D
Text Example
Text Example
White with #5D768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D768D; }
p { color: rgb(93,118,141); }
H1.HeaderClassName
{
color: #5D768D;
}
.AnyTagClassName
{
color: #5D768D;
}
</style>
background-color css
<style>
a { background-color: #5D768D; }
a { background-color: rgb(93,118,141); }
div.DivClassName
{
background-color: #5D768D;
}
.BgClassName
{
background-color: #5D768D;
}
</style>
border-color css
<style>
span { border-color: #5D768D; }
span { border-color: rgb(93,118,141); }
td.TdClassName
{
border-color: #5D768D;
}
.TagClassName
{
border-color: #5D768D;
}
</style>