Shades of Kashmir Blue #58758D
Tints of Kashmir Blue #58758D
RGB
CMYK
RGB Variations
Color information
#58758D (or 0x58758D) is known color: Kashmir Blue. HEX triplet: 58, 75 and 8D. RGB value is (88,117,141). Sum of RGB (Red+Green+Blue) = 88+117+141=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #58758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58758D is #A78A72. Grayscale: #6E6E6E. Windows color (decimal): -10979955 or 9270616. OLE color: 9270616.
HSL color Cylindrical-coordinate representation of color #58758D: hue angle of 207.17º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58758D is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 117 | 141 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.45 |
| HSL | 207.17º | 0.23% | 0.45% | - |
| HSV(B) | 207.17º | 0.38% | 0.55% | - |
| XYZ | 15.19 | 16.72 | 27.63 | - |
| YUV | 111.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 141 | 0.38 | 0.17 | 0 | 0.45 | 207.17 | 0.23 | 0.45 |
| Hex | 58 | 75 | 8D | 26 | 11 | 0 | 2D | CF | 17 | 2D |
| Octal | 130 | 165 | 215 | 46 | 21 | 0 | 55 | 317 | 27 | 55 |
| Binary | 1011000 | 1110101 | 10001101 | 100110 | 10001 | 0 | 101101 | 11001111 | 10111 | 101101 |
Color Harmonies of #58758D
Complementary color
Monochromatic Colors of #58758D
Black with #58758D
Text Example
Text Example
White with #58758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58758D; }
p { color: rgb(88,117,141); }
H1.HeaderClassName
{
color: #58758D;
}
.AnyTagClassName
{
color: #58758D;
}
</style>
background-color css
<style>
a { background-color: #58758D; }
a { background-color: rgb(88,117,141); }
div.DivClassName
{
background-color: #58758D;
}
.BgClassName
{
background-color: #58758D;
}
</style>
border-color css
<style>
span { border-color: #58758D; }
span { border-color: rgb(88,117,141); }
td.TdClassName
{
border-color: #58758D;
}
.TagClassName
{
border-color: #58758D;
}
</style>