Shades of Kimberly #60587F
Tints of Kimberly #60587F
RGB
CMYK
RGB Variations
Color information
#60587F (or 0x60587F) is known color: Kimberly. HEX triplet: 60, 58 and 7F. RGB value is (96,88,127). Sum of RGB (Red+Green+Blue) = 96+88+127=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #60587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60587F is #9FA780. Grayscale: #5E5E5E. Windows color (decimal): -10463105 or 8345696. OLE color: 8345696.
HSL color Cylindrical-coordinate representation of color #60587F: hue angle of 252.31º 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 #60587F is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 88 | 127 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.50 |
| HSL | 252.31º | 0.18% | 0.42% | - |
| HSV(B) | 252.31º | 0.31% | 0.5% | - |
| XYZ | 12.14 | 11 | 21.56 | - |
| YUV | 94.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 127 | 0.24 | 0.31 | 0 | 0.50 | 252.31 | 0.18 | 0.42 |
| Hex | 60 | 58 | 7F | 18 | 1F | 0 | 32 | FC | 12 | 2A |
| Octal | 140 | 130 | 177 | 30 | 37 | 0 | 62 | 374 | 22 | 52 |
| Binary | 1100000 | 1011000 | 1111111 | 11000 | 11111 | 0 | 110010 | 11111100 | 10010 | 101010 |
Color Harmonies of #60587F
Complementary color
Monochromatic Colors of #60587F
Black with #60587F
Text Example
Text Example
White with #60587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60587F; }
p { color: rgb(96,88,127); }
H1.HeaderClassName
{
color: #60587F;
}
.AnyTagClassName
{
color: #60587F;
}
</style>
background-color css
<style>
a { background-color: #60587F; }
a { background-color: rgb(96,88,127); }
div.DivClassName
{
background-color: #60587F;
}
.BgClassName
{
background-color: #60587F;
}
</style>
border-color css
<style>
span { border-color: #60587F; }
span { border-color: rgb(96,88,127); }
td.TdClassName
{
border-color: #60587F;
}
.TagClassName
{
border-color: #60587F;
}
</style>