Shades of Kashmir Blue #58748D
Tints of Kashmir Blue #58748D
RGB
CMYK
RGB Variations
Color information
#58748D (or 0x58748D) is known color: Kashmir Blue. HEX triplet: 58, 74 and 8D. RGB value is (88,116,141). Sum of RGB (Red+Green+Blue) = 88+116+141=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #58748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58748D is #A78B72. Grayscale: #6E6E6E. Windows color (decimal): -10980211 or 9270360. OLE color: 9270360.
HSL color Cylindrical-coordinate representation of color #58748D: hue angle of 208.3º 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 #58748D is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 116 | 141 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.45 |
| HSL | 208.3º | 0.23% | 0.45% | - |
| HSV(B) | 208.3º | 0.38% | 0.55% | - |
| XYZ | 15.08 | 16.49 | 27.59 | - |
| YUV | 110.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 141 | 0.38 | 0.18 | 0 | 0.45 | 208.3 | 0.23 | 0.45 |
| Hex | 58 | 74 | 8D | 26 | 12 | 0 | 2D | D0 | 17 | 2D |
| Octal | 130 | 164 | 215 | 46 | 22 | 0 | 55 | 320 | 27 | 55 |
| Binary | 1011000 | 1110100 | 10001101 | 100110 | 10010 | 0 | 101101 | 11010000 | 10111 | 101101 |
Color Harmonies of #58748D
Complementary color
Monochromatic Colors of #58748D
Black with #58748D
Text Example
Text Example
White with #58748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58748D; }
p { color: rgb(88,116,141); }
H1.HeaderClassName
{
color: #58748D;
}
.AnyTagClassName
{
color: #58748D;
}
</style>
background-color css
<style>
a { background-color: #58748D; }
a { background-color: rgb(88,116,141); }
div.DivClassName
{
background-color: #58748D;
}
.BgClassName
{
background-color: #58748D;
}
</style>
border-color css
<style>
span { border-color: #58748D; }
span { border-color: rgb(88,116,141); }
td.TdClassName
{
border-color: #58748D;
}
.TagClassName
{
border-color: #58748D;
}
</style>