Shades of Kimberly #60587C
Tints of Kimberly #60587C
RGB
CMYK
RGB Variations
Color information
#60587C (or 0x60587C) is known color: Kimberly. HEX triplet: 60, 58 and 7C. RGB value is (96,88,124). Sum of RGB (Red+Green+Blue) = 96+88+124=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #60587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60587C is #9FA783. Grayscale: #5E5E5E. Windows color (decimal): -10463108 or 8149088. OLE color: 8149088.
HSL color Cylindrical-coordinate representation of color #60587C: hue angle of 253.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 #60587C is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 88 | 124 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.51 |
| HSL | 253.33º | 0.17% | 0.42% | - |
| HSV(B) | 253.33º | 0.29% | 0.49% | - |
| XYZ | 11.95 | 10.92 | 20.55 | - |
| YUV | 94.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 124 | 0.23 | 0.29 | 0 | 0.51 | 253.33 | 0.17 | 0.42 |
| Hex | 60 | 58 | 7C | 17 | 1D | 0 | 33 | FD | 11 | 2A |
| Octal | 140 | 130 | 174 | 27 | 35 | 0 | 63 | 375 | 21 | 52 |
| Binary | 1100000 | 1011000 | 1111100 | 10111 | 11101 | 0 | 110011 | 11111101 | 10001 | 101010 |
Color Harmonies of #60587C
Complementary color
Monochromatic Colors of #60587C
Black with #60587C
Text Example
Text Example
White with #60587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60587C; }
p { color: rgb(96,88,124); }
H1.HeaderClassName
{
color: #60587C;
}
.AnyTagClassName
{
color: #60587C;
}
</style>
background-color css
<style>
a { background-color: #60587C; }
a { background-color: rgb(96,88,124); }
div.DivClassName
{
background-color: #60587C;
}
.BgClassName
{
background-color: #60587C;
}
</style>
border-color css
<style>
span { border-color: #60587C; }
span { border-color: rgb(96,88,124); }
td.TdClassName
{
border-color: #60587C;
}
.TagClassName
{
border-color: #60587C;
}
</style>