Shades of Kashmir Blue #58708C
Tints of Kashmir Blue #58708C
RGB
CMYK
RGB Variations
Color information
#58708C (or 0x58708C) is known color: Kashmir Blue. HEX triplet: 58, 70 and 8C. RGB value is (88,112,140). Sum of RGB (Red+Green+Blue) = 88+112+140=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #58708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58708C is #A78F73. Grayscale: #6B6B6B. Windows color (decimal): -10981236 or 9203800. OLE color: 9203800.
HSL color Cylindrical-coordinate representation of color #58708C: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58708C is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 112 | 140 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.45 |
| HSL | 212.31º | 0.23% | 0.45% | - |
| HSV(B) | 212.31º | 0.37% | 0.55% | - |
| XYZ | 14.55 | 15.56 | 27.05 | - |
| YUV | 108.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 140 | 0.37 | 0.20 | 0 | 0.45 | 212.31 | 0.23 | 0.45 |
| Hex | 58 | 70 | 8C | 25 | 14 | 0 | 2D | D4 | 17 | 2D |
| Octal | 130 | 160 | 214 | 45 | 24 | 0 | 55 | 324 | 27 | 55 |
| Binary | 1011000 | 1110000 | 10001100 | 100101 | 10100 | 0 | 101101 | 11010100 | 10111 | 101101 |
Color Harmonies of #58708C
Complementary color
Monochromatic Colors of #58708C
Black with #58708C
Text Example
Text Example
White with #58708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58708C; }
p { color: rgb(88,112,140); }
H1.HeaderClassName
{
color: #58708C;
}
.AnyTagClassName
{
color: #58708C;
}
</style>
background-color css
<style>
a { background-color: #58708C; }
a { background-color: rgb(88,112,140); }
div.DivClassName
{
background-color: #58708C;
}
.BgClassName
{
background-color: #58708C;
}
</style>
border-color css
<style>
span { border-color: #58708C; }
span { border-color: rgb(88,112,140); }
td.TdClassName
{
border-color: #58708C;
}
.TagClassName
{
border-color: #58708C;
}
</style>