Shades of Kimberly #60587D
Tints of Kimberly #60587D
RGB
CMYK
RGB Variations
Color information
#60587D (or 0x60587D) is known color: Kimberly. HEX triplet: 60, 58 and 7D. RGB value is (96,88,125). Sum of RGB (Red+Green+Blue) = 96+88+125=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #60587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60587D is #9FA782. Grayscale: #5E5E5E. Windows color (decimal): -10463107 or 8214624. OLE color: 8214624.
HSL color Cylindrical-coordinate representation of color #60587D: hue angle of 252.97º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60587D is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 88 | 125 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.51 |
| HSL | 252.97º | 0.17% | 0.42% | - |
| HSV(B) | 252.97º | 0.3% | 0.49% | - |
| XYZ | 12.02 | 10.95 | 20.88 | - |
| YUV | 94.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 125 | 0.23 | 0.30 | 0 | 0.51 | 252.97 | 0.17 | 0.42 |
| Hex | 60 | 58 | 7D | 17 | 1E | 0 | 33 | FD | 11 | 2A |
| Octal | 140 | 130 | 175 | 27 | 36 | 0 | 63 | 375 | 21 | 52 |
| Binary | 1100000 | 1011000 | 1111101 | 10111 | 11110 | 0 | 110011 | 11111101 | 10001 | 101010 |
Color Harmonies of #60587D
Complementary color
Monochromatic Colors of #60587D
Black with #60587D
Text Example
Text Example
White with #60587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60587D; }
p { color: rgb(96,88,125); }
H1.HeaderClassName
{
color: #60587D;
}
.AnyTagClassName
{
color: #60587D;
}
</style>
background-color css
<style>
a { background-color: #60587D; }
a { background-color: rgb(96,88,125); }
div.DivClassName
{
background-color: #60587D;
}
.BgClassName
{
background-color: #60587D;
}
</style>
border-color css
<style>
span { border-color: #60587D; }
span { border-color: rgb(96,88,125); }
td.TdClassName
{
border-color: #60587D;
}
.TagClassName
{
border-color: #60587D;
}
</style>