Shades of Kashmir Blue #58738D
Tints of Kashmir Blue #58738D
RGB
CMYK
RGB Variations
Color information
#58738D (or 0x58738D) is known color: Kashmir Blue. HEX triplet: 58, 73 and 8D. RGB value is (88,115,141). Sum of RGB (Red+Green+Blue) = 88+115+141=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #58738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58738D is #A78C72. Grayscale: #6D6D6D. Windows color (decimal): -10980467 or 9270104. OLE color: 9270104.
HSL color Cylindrical-coordinate representation of color #58738D: hue angle of 209.43º 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 #58738D is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 115 | 141 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.45 |
| HSL | 209.43º | 0.23% | 0.45% | - |
| HSV(B) | 209.43º | 0.38% | 0.55% | - |
| XYZ | 14.96 | 16.26 | 27.55 | - |
| YUV | 109.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 141 | 0.38 | 0.18 | 0 | 0.45 | 209.43 | 0.23 | 0.45 |
| Hex | 58 | 73 | 8D | 26 | 12 | 0 | 2D | D1 | 17 | 2D |
| Octal | 130 | 163 | 215 | 46 | 22 | 0 | 55 | 321 | 27 | 55 |
| Binary | 1011000 | 1110011 | 10001101 | 100110 | 10010 | 0 | 101101 | 11010001 | 10111 | 101101 |
Color Harmonies of #58738D
Complementary color
Monochromatic Colors of #58738D
Black with #58738D
Text Example
Text Example
White with #58738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58738D; }
p { color: rgb(88,115,141); }
H1.HeaderClassName
{
color: #58738D;
}
.AnyTagClassName
{
color: #58738D;
}
</style>
background-color css
<style>
a { background-color: #58738D; }
a { background-color: rgb(88,115,141); }
div.DivClassName
{
background-color: #58738D;
}
.BgClassName
{
background-color: #58738D;
}
</style>
border-color css
<style>
span { border-color: #58738D; }
span { border-color: rgb(88,115,141); }
td.TdClassName
{
border-color: #58738D;
}
.TagClassName
{
border-color: #58738D;
}
</style>