Shades of Kashmir Blue #58657C
Tints of Kashmir Blue #58657C
RGB
CMYK
RGB Variations
Color information
#58657C (or 0x58657C) is known color: Kashmir Blue. HEX triplet: 58, 65 and 7C. RGB value is (88,101,124). Sum of RGB (Red+Green+Blue) = 88+101+124=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #58657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58657C is #A79A83. Grayscale: #636363. Windows color (decimal): -10984068 or 8152408. OLE color: 8152408.
HSL color Cylindrical-coordinate representation of color #58657C: hue angle of 218.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58657C is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 101 | 124 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.51 |
| HSL | 218.33º | 0.17% | 0.42% | - |
| HSV(B) | 218.33º | 0.29% | 0.49% | - |
| XYZ | 12.32 | 12.84 | 20.9 | - |
| YUV | 99.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 124 | 0.29 | 0.19 | 0 | 0.51 | 218.33 | 0.17 | 0.42 |
| Hex | 58 | 65 | 7C | 1D | 13 | 0 | 33 | DA | 11 | 2A |
| Octal | 130 | 145 | 174 | 35 | 23 | 0 | 63 | 332 | 21 | 52 |
| Binary | 1011000 | 1100101 | 1111100 | 11101 | 10011 | 0 | 110011 | 11011010 | 10001 | 101010 |
Color Harmonies of #58657C
Complementary color
Monochromatic Colors of #58657C
Black with #58657C
Text Example
Text Example
White with #58657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58657C; }
p { color: rgb(88,101,124); }
H1.HeaderClassName
{
color: #58657C;
}
.AnyTagClassName
{
color: #58657C;
}
</style>
background-color css
<style>
a { background-color: #58657C; }
a { background-color: rgb(88,101,124); }
div.DivClassName
{
background-color: #58657C;
}
.BgClassName
{
background-color: #58657C;
}
</style>
border-color css
<style>
span { border-color: #58657C; }
span { border-color: rgb(88,101,124); }
td.TdClassName
{
border-color: #58657C;
}
.TagClassName
{
border-color: #58657C;
}
</style>