Shades of Kashmir Blue #58708D
Tints of Kashmir Blue #58708D
RGB
CMYK
RGB Variations
Color information
#58708D (or 0x58708D) is known color: Kashmir Blue. HEX triplet: 58, 70 and 8D. RGB value is (88,112,141). Sum of RGB (Red+Green+Blue) = 88+112+141=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #58708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58708D is #A78F72. Grayscale: #6B6B6B. Windows color (decimal): -10981235 or 9269336. OLE color: 9269336.
HSL color Cylindrical-coordinate representation of color #58708D: hue angle of 212.83º 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 #58708D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 112 | 141 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.45 |
| HSL | 212.83º | 0.23% | 0.45% | - |
| HSV(B) | 212.83º | 0.38% | 0.55% | - |
| XYZ | 14.63 | 15.59 | 27.44 | - |
| YUV | 108.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 141 | 0.38 | 0.21 | 0 | 0.45 | 212.83 | 0.23 | 0.45 |
| Hex | 58 | 70 | 8D | 26 | 15 | 0 | 2D | D5 | 17 | 2D |
| Octal | 130 | 160 | 215 | 46 | 25 | 0 | 55 | 325 | 27 | 55 |
| Binary | 1011000 | 1110000 | 10001101 | 100110 | 10101 | 0 | 101101 | 11010101 | 10111 | 101101 |
Color Harmonies of #58708D
Complementary color
Monochromatic Colors of #58708D
Black with #58708D
Text Example
Text Example
White with #58708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58708D; }
p { color: rgb(88,112,141); }
H1.HeaderClassName
{
color: #58708D;
}
.AnyTagClassName
{
color: #58708D;
}
</style>
background-color css
<style>
a { background-color: #58708D; }
a { background-color: rgb(88,112,141); }
div.DivClassName
{
background-color: #58708D;
}
.BgClassName
{
background-color: #58708D;
}
</style>
border-color css
<style>
span { border-color: #58708D; }
span { border-color: rgb(88,112,141); }
td.TdClassName
{
border-color: #58708D;
}
.TagClassName
{
border-color: #58708D;
}
</style>