Shades of Kashmir Blue #58768D
Tints of Kashmir Blue #58768D
RGB
CMYK
RGB Variations
Color information
#58768D (or 0x58768D) is known color: Kashmir Blue. HEX triplet: 58, 76 and 8D. RGB value is (88,118,141). Sum of RGB (Red+Green+Blue) = 88+118+141=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #58768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58768D is #A78972. Grayscale: #6F6F6F. Windows color (decimal): -10979699 or 9270872. OLE color: 9270872.
HSL color Cylindrical-coordinate representation of color #58768D: hue angle of 206.04º 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 #58768D is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 118 | 141 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.45 |
| HSL | 206.04º | 0.23% | 0.45% | - |
| HSV(B) | 206.04º | 0.38% | 0.55% | - |
| XYZ | 15.31 | 16.95 | 27.66 | - |
| YUV | 111.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 141 | 0.38 | 0.16 | 0 | 0.45 | 206.04 | 0.23 | 0.45 |
| Hex | 58 | 76 | 8D | 26 | 10 | 0 | 2D | CE | 17 | 2D |
| Octal | 130 | 166 | 215 | 46 | 20 | 0 | 55 | 316 | 27 | 55 |
| Binary | 1011000 | 1110110 | 10001101 | 100110 | 10000 | 0 | 101101 | 11001110 | 10111 | 101101 |
Color Harmonies of #58768D
Complementary color
Monochromatic Colors of #58768D
Black with #58768D
Text Example
Text Example
White with #58768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58768D; }
p { color: rgb(88,118,141); }
H1.HeaderClassName
{
color: #58768D;
}
.AnyTagClassName
{
color: #58768D;
}
</style>
background-color css
<style>
a { background-color: #58768D; }
a { background-color: rgb(88,118,141); }
div.DivClassName
{
background-color: #58768D;
}
.BgClassName
{
background-color: #58768D;
}
</style>
border-color css
<style>
span { border-color: #58768D; }
span { border-color: rgb(88,118,141); }
td.TdClassName
{
border-color: #58768D;
}
.TagClassName
{
border-color: #58768D;
}
</style>