Shades of Kimberly #605C87
Tints of Kimberly #605C87
RGB
CMYK
RGB Variations
Color information
#605C87 (or 0x605C87) is known color: Kimberly. HEX triplet: 60, 5C and 87. RGB value is (96,92,135). Sum of RGB (Red+Green+Blue) = 96+92+135=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #605C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C87 is #9FA378. Grayscale: #616161. Windows color (decimal): -10462073 or 8871008. OLE color: 8871008.
HSL color Cylindrical-coordinate representation of color #605C87: hue angle of 245.58º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605C87 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 92 | 135 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.47 |
| HSL | 245.58º | 0.19% | 0.45% | - |
| HSV(B) | 245.58º | 0.32% | 0.53% | - |
| XYZ | 13.02 | 11.89 | 24.53 | - |
| YUV | 98.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 135 | 0.29 | 0.32 | 0 | 0.47 | 245.58 | 0.19 | 0.45 |
| Hex | 60 | 5C | 87 | 1D | 20 | 0 | 2F | F6 | 13 | 2D |
| Octal | 140 | 134 | 207 | 35 | 40 | 0 | 57 | 366 | 23 | 55 |
| Binary | 1100000 | 1011100 | 10000111 | 11101 | 100000 | 0 | 101111 | 11110110 | 10011 | 101101 |
Color Harmonies of #605C87
Complementary color
Monochromatic Colors of #605C87
Black with #605C87
Text Example
Text Example
White with #605C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C87; }
p { color: rgb(96,92,135); }
H1.HeaderClassName
{
color: #605C87;
}
.AnyTagClassName
{
color: #605C87;
}
</style>
background-color css
<style>
a { background-color: #605C87; }
a { background-color: rgb(96,92,135); }
div.DivClassName
{
background-color: #605C87;
}
.BgClassName
{
background-color: #605C87;
}
</style>
border-color css
<style>
span { border-color: #605C87; }
span { border-color: rgb(96,92,135); }
td.TdClassName
{
border-color: #605C87;
}
.TagClassName
{
border-color: #605C87;
}
</style>