Shades of Kimberly #60597F
Tints of Kimberly #60597F
RGB
CMYK
RGB Variations
Color information
#60597F (or 0x60597F) is known color: Kimberly. HEX triplet: 60, 59 and 7F. RGB value is (96,89,127). Sum of RGB (Red+Green+Blue) = 96+89+127=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #60597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60597F is #9FA680. Grayscale: #5F5F5F. Windows color (decimal): -10462849 or 8345952. OLE color: 8345952.
HSL color Cylindrical-coordinate representation of color #60597F: hue angle of 251.05º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60597F is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 89 | 127 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.50 |
| HSL | 251.05º | 0.18% | 0.42% | - |
| HSV(B) | 251.05º | 0.3% | 0.5% | - |
| XYZ | 12.23 | 11.16 | 21.59 | - |
| YUV | 95.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 127 | 0.24 | 0.30 | 0 | 0.50 | 251.05 | 0.18 | 0.42 |
| Hex | 60 | 59 | 7F | 18 | 1E | 0 | 32 | FB | 12 | 2A |
| Octal | 140 | 131 | 177 | 30 | 36 | 0 | 62 | 373 | 22 | 52 |
| Binary | 1100000 | 1011001 | 1111111 | 11000 | 11110 | 0 | 110010 | 11111011 | 10010 | 101010 |
Color Harmonies of #60597F
Complementary color
Monochromatic Colors of #60597F
Black with #60597F
Text Example
Text Example
White with #60597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60597F; }
p { color: rgb(96,89,127); }
H1.HeaderClassName
{
color: #60597F;
}
.AnyTagClassName
{
color: #60597F;
}
</style>
background-color css
<style>
a { background-color: #60597F; }
a { background-color: rgb(96,89,127); }
div.DivClassName
{
background-color: #60597F;
}
.BgClassName
{
background-color: #60597F;
}
</style>
border-color css
<style>
span { border-color: #60597F; }
span { border-color: rgb(96,89,127); }
td.TdClassName
{
border-color: #60597F;
}
.TagClassName
{
border-color: #60597F;
}
</style>