Shades of Kashmir Blue #5F758D
Tints of Kashmir Blue #5F758D
RGB
CMYK
RGB Variations
Color information
#5F758D (or 0x5F758D) is known color: Kashmir Blue. HEX triplet: 5F, 75 and 8D. RGB value is (95,117,141). Sum of RGB (Red+Green+Blue) = 95+117+141=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F758D is #A08A72. Grayscale: #717171. Windows color (decimal): -10521203 or 9270623. OLE color: 9270623.
HSL color Cylindrical-coordinate representation of color #5F758D: hue angle of 211.3º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F758D is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 117 | 141 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.45 |
| HSL | 211.3º | 0.19% | 0.46% | - |
| HSV(B) | 211.3º | 0.33% | 0.55% | - |
| XYZ | 15.89 | 17.08 | 27.66 | - |
| YUV | 113.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 141 | 0.33 | 0.17 | 0 | 0.45 | 211.3 | 0.19 | 0.46 |
| Hex | 5F | 75 | 8D | 21 | 11 | 0 | 2D | D3 | 13 | 2E |
| Octal | 137 | 165 | 215 | 41 | 21 | 0 | 55 | 323 | 23 | 56 |
| Binary | 1011111 | 1110101 | 10001101 | 100001 | 10001 | 0 | 101101 | 11010011 | 10011 | 101110 |
Color Harmonies of #5F758D
Complementary color
Monochromatic Colors of #5F758D
Black with #5F758D
Text Example
Text Example
White with #5F758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F758D; }
p { color: rgb(95,117,141); }
H1.HeaderClassName
{
color: #5F758D;
}
.AnyTagClassName
{
color: #5F758D;
}
</style>
background-color css
<style>
a { background-color: #5F758D; }
a { background-color: rgb(95,117,141); }
div.DivClassName
{
background-color: #5F758D;
}
.BgClassName
{
background-color: #5F758D;
}
</style>
border-color css
<style>
span { border-color: #5F758D; }
span { border-color: rgb(95,117,141); }
td.TdClassName
{
border-color: #5F758D;
}
.TagClassName
{
border-color: #5F758D;
}
</style>