Shades of Kashmir Blue #58657F
Tints of Kashmir Blue #58657F
RGB
CMYK
RGB Variations
Color information
#58657F (or 0x58657F) is known color: Kashmir Blue. HEX triplet: 58, 65 and 7F. RGB value is (88,101,127). Sum of RGB (Red+Green+Blue) = 88+101+127=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #58657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58657F is #A79A80. Grayscale: #636363. Windows color (decimal): -10984065 or 8349016. OLE color: 8349016.
HSL color Cylindrical-coordinate representation of color #58657F: hue angle of 220º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58657F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 101 | 127 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.50 |
| HSL | 220º | 0.18% | 0.42% | - |
| HSV(B) | 220º | 0.31% | 0.5% | - |
| XYZ | 12.51 | 12.91 | 21.91 | - |
| YUV | 100.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 127 | 0.31 | 0.20 | 0 | 0.50 | 220 | 0.18 | 0.42 |
| Hex | 58 | 65 | 7F | 1F | 14 | 0 | 32 | DC | 12 | 2A |
| Octal | 130 | 145 | 177 | 37 | 24 | 0 | 62 | 334 | 22 | 52 |
| Binary | 1011000 | 1100101 | 1111111 | 11111 | 10100 | 0 | 110010 | 11011100 | 10010 | 101010 |
Color Harmonies of #58657F
Complementary color
Monochromatic Colors of #58657F
Black with #58657F
Text Example
Text Example
White with #58657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58657F; }
p { color: rgb(88,101,127); }
H1.HeaderClassName
{
color: #58657F;
}
.AnyTagClassName
{
color: #58657F;
}
</style>
background-color css
<style>
a { background-color: #58657F; }
a { background-color: rgb(88,101,127); }
div.DivClassName
{
background-color: #58657F;
}
.BgClassName
{
background-color: #58657F;
}
</style>
border-color css
<style>
span { border-color: #58657F; }
span { border-color: rgb(88,101,127); }
td.TdClassName
{
border-color: #58657F;
}
.TagClassName
{
border-color: #58657F;
}
</style>