Shades of Kashmir Blue #58778F
Tints of Kashmir Blue #58778F
RGB
CMYK
RGB Variations
Color information
#58778F (or 0x58778F) is known color: Kashmir Blue. HEX triplet: 58, 77 and 8F. RGB value is (88,119,143). Sum of RGB (Red+Green+Blue) = 88+119+143=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #58778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58778F is #A78870. Grayscale: #707070. Windows color (decimal): -10979441 or 9402200. OLE color: 9402200.
HSL color Cylindrical-coordinate representation of color #58778F: hue angle of 206.18º degrees, saturation: 0.24, 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 #58778F is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 119 | 143 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.44 |
| HSL | 206.18º | 0.24% | 0.45% | - |
| HSV(B) | 206.18º | 0.38% | 0.56% | - |
| XYZ | 15.58 | 17.25 | 28.5 | - |
| YUV | 112.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 143 | 0.38 | 0.17 | 0 | 0.44 | 206.18 | 0.24 | 0.45 |
| Hex | 58 | 77 | 8F | 26 | 11 | 0 | 2C | CE | 18 | 2D |
| Octal | 130 | 167 | 217 | 46 | 21 | 0 | 54 | 316 | 30 | 55 |
| Binary | 1011000 | 1110111 | 10001111 | 100110 | 10001 | 0 | 101100 | 11001110 | 11000 | 101101 |
Color Harmonies of #58778F
Complementary color
Monochromatic Colors of #58778F
Black with #58778F
Text Example
Text Example
White with #58778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58778F; }
p { color: rgb(88,119,143); }
H1.HeaderClassName
{
color: #58778F;
}
.AnyTagClassName
{
color: #58778F;
}
</style>
background-color css
<style>
a { background-color: #58778F; }
a { background-color: rgb(88,119,143); }
div.DivClassName
{
background-color: #58778F;
}
.BgClassName
{
background-color: #58778F;
}
</style>
border-color css
<style>
span { border-color: #58778F; }
span { border-color: rgb(88,119,143); }
td.TdClassName
{
border-color: #58778F;
}
.TagClassName
{
border-color: #58778F;
}
</style>