Shades of Kashmir Blue #58647F
Tints of Kashmir Blue #58647F
RGB
CMYK
RGB Variations
Color information
#58647F (or 0x58647F) is known color: Kashmir Blue. HEX triplet: 58, 64 and 7F. RGB value is (88,100,127). Sum of RGB (Red+Green+Blue) = 88+100+127=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #58647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58647F is #A79B80. Grayscale: #636363. Windows color (decimal): -10984321 or 8348760. OLE color: 8348760.
HSL color Cylindrical-coordinate representation of color #58647F: hue angle of 221.54º 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 #58647F is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 100 | 127 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.50 |
| HSL | 221.54º | 0.18% | 0.42% | - |
| HSV(B) | 221.54º | 0.31% | 0.5% | - |
| XYZ | 12.41 | 12.72 | 21.88 | - |
| YUV | 99.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 127 | 0.31 | 0.21 | 0 | 0.50 | 221.54 | 0.18 | 0.42 |
| Hex | 58 | 64 | 7F | 1F | 15 | 0 | 32 | DE | 12 | 2A |
| Octal | 130 | 144 | 177 | 37 | 25 | 0 | 62 | 336 | 22 | 52 |
| Binary | 1011000 | 1100100 | 1111111 | 11111 | 10101 | 0 | 110010 | 11011110 | 10010 | 101010 |
Color Harmonies of #58647F
Complementary color
Monochromatic Colors of #58647F
Black with #58647F
Text Example
Text Example
White with #58647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58647F; }
p { color: rgb(88,100,127); }
H1.HeaderClassName
{
color: #58647F;
}
.AnyTagClassName
{
color: #58647F;
}
</style>
background-color css
<style>
a { background-color: #58647F; }
a { background-color: rgb(88,100,127); }
div.DivClassName
{
background-color: #58647F;
}
.BgClassName
{
background-color: #58647F;
}
</style>
border-color css
<style>
span { border-color: #58647F; }
span { border-color: rgb(88,100,127); }
td.TdClassName
{
border-color: #58647F;
}
.TagClassName
{
border-color: #58647F;
}
</style>