Shades of Kimberly #60537F
Tints of Kimberly #60537F
RGB
CMYK
RGB Variations
Color information
#60537F (or 0x60537F) is known color: Kimberly. HEX triplet: 60, 53 and 7F. RGB value is (96,83,127). Sum of RGB (Red+Green+Blue) = 96+83+127=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #60537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60537F is #9FAC80. Grayscale: #5B5B5B. Windows color (decimal): -10464385 or 8344416. OLE color: 8344416.
HSL color Cylindrical-coordinate representation of color #60537F: hue angle of 257.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60537F is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 83 | 127 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.50 |
| HSL | 257.73º | 0.21% | 0.41% | - |
| HSV(B) | 257.73º | 0.35% | 0.5% | - |
| XYZ | 11.75 | 10.21 | 21.43 | - |
| YUV | 91.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 127 | 0.24 | 0.35 | 0 | 0.50 | 257.73 | 0.21 | 0.41 |
| Hex | 60 | 53 | 7F | 18 | 23 | 0 | 32 | 102 | 15 | 29 |
| Octal | 140 | 123 | 177 | 30 | 43 | 0 | 62 | 402 | 25 | 51 |
| Binary | 1100000 | 1010011 | 1111111 | 11000 | 100011 | 0 | 110010 | 100000010 | 10101 | 101001 |
Color Harmonies of #60537F
Complementary color
Monochromatic Colors of #60537F
Black with #60537F
Text Example
Text Example
White with #60537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60537F; }
p { color: rgb(96,83,127); }
H1.HeaderClassName
{
color: #60537F;
}
.AnyTagClassName
{
color: #60537F;
}
</style>
background-color css
<style>
a { background-color: #60537F; }
a { background-color: rgb(96,83,127); }
div.DivClassName
{
background-color: #60537F;
}
.BgClassName
{
background-color: #60537F;
}
</style>
border-color css
<style>
span { border-color: #60537F; }
span { border-color: rgb(96,83,127); }
td.TdClassName
{
border-color: #60537F;
}
.TagClassName
{
border-color: #60537F;
}
</style>