Shades of Kashmir Blue #58768E
Tints of Kashmir Blue #58768E
RGB
CMYK
RGB Variations
Color information
#58768E (or 0x58768E) is known color: Kashmir Blue. HEX triplet: 58, 76 and 8E. RGB value is (88,118,142). Sum of RGB (Red+Green+Blue) = 88+118+142=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #58768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58768E is #A78971. Grayscale: #6F6F6F. Windows color (decimal): -10979698 or 9336408. OLE color: 9336408.
HSL color Cylindrical-coordinate representation of color #58768E: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58768E is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 118 | 142 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.44 |
| HSL | 206.67º | 0.23% | 0.45% | - |
| HSV(B) | 206.67º | 0.38% | 0.56% | - |
| XYZ | 15.39 | 16.98 | 28.06 | - |
| YUV | 111.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 142 | 0.38 | 0.17 | 0 | 0.44 | 206.67 | 0.23 | 0.45 |
| Hex | 58 | 76 | 8E | 26 | 11 | 0 | 2C | CF | 17 | 2D |
| Octal | 130 | 166 | 216 | 46 | 21 | 0 | 54 | 317 | 27 | 55 |
| Binary | 1011000 | 1110110 | 10001110 | 100110 | 10001 | 0 | 101100 | 11001111 | 10111 | 101101 |
Color Harmonies of #58768E
Complementary color
Monochromatic Colors of #58768E
Black with #58768E
Text Example
Text Example
White with #58768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58768E; }
p { color: rgb(88,118,142); }
H1.HeaderClassName
{
color: #58768E;
}
.AnyTagClassName
{
color: #58768E;
}
</style>
background-color css
<style>
a { background-color: #58768E; }
a { background-color: rgb(88,118,142); }
div.DivClassName
{
background-color: #58768E;
}
.BgClassName
{
background-color: #58768E;
}
</style>
border-color css
<style>
span { border-color: #58768E; }
span { border-color: rgb(88,118,142); }
td.TdClassName
{
border-color: #58768E;
}
.TagClassName
{
border-color: #58768E;
}
</style>