Shades of Kimberly #60588D
Tints of Kimberly #60588D
RGB
CMYK
RGB Variations
Color information
#60588D (or 0x60588D) is known color: Kimberly. HEX triplet: 60, 58 and 8D. RGB value is (96,88,141). Sum of RGB (Red+Green+Blue) = 96+88+141=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #60588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60588D is #9FA772. Grayscale: #606060. Windows color (decimal): -10463091 or 9263200. OLE color: 9263200.
HSL color Cylindrical-coordinate representation of color #60588D: hue angle of 249.06º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60588D is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 88 | 141 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.45 |
| HSL | 249.06º | 0.23% | 0.45% | - |
| HSV(B) | 249.06º | 0.38% | 0.55% | - |
| XYZ | 13.12 | 11.39 | 26.71 | - |
| YUV | 96.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 141 | 0.32 | 0.38 | 0 | 0.45 | 249.06 | 0.23 | 0.45 |
| Hex | 60 | 58 | 8D | 20 | 26 | 0 | 2D | F9 | 17 | 2D |
| Octal | 140 | 130 | 215 | 40 | 46 | 0 | 55 | 371 | 27 | 55 |
| Binary | 1100000 | 1011000 | 10001101 | 100000 | 100110 | 0 | 101101 | 11111001 | 10111 | 101101 |
Color Harmonies of #60588D
Complementary color
Monochromatic Colors of #60588D
Black with #60588D
Text Example
Text Example
White with #60588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60588D; }
p { color: rgb(96,88,141); }
H1.HeaderClassName
{
color: #60588D;
}
.AnyTagClassName
{
color: #60588D;
}
</style>
background-color css
<style>
a { background-color: #60588D; }
a { background-color: rgb(96,88,141); }
div.DivClassName
{
background-color: #60588D;
}
.BgClassName
{
background-color: #60588D;
}
</style>
border-color css
<style>
span { border-color: #60588D; }
span { border-color: rgb(96,88,141); }
td.TdClassName
{
border-color: #60588D;
}
.TagClassName
{
border-color: #60588D;
}
</style>