Shades of Kimberly #655D87
Tints of Kimberly #655D87
RGB
CMYK
RGB Variations
Color information
#655D87 (or 0x655D87) is known color: Kimberly. HEX triplet: 65, 5D and 87. RGB value is (101,93,135). Sum of RGB (Red+Green+Blue) = 101+93+135=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #655D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D87 is #9AA278. Grayscale: #646464. Windows color (decimal): -10134137 or 8871269. OLE color: 8871269.
HSL color Cylindrical-coordinate representation of color #655D87: hue angle of 251.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655D87 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 93 | 135 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.47 |
| HSL | 251.43º | 0.18% | 0.45% | - |
| HSV(B) | 251.43º | 0.31% | 0.53% | - |
| XYZ | 13.65 | 12.34 | 24.58 | - |
| YUV | 100.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 135 | 0.25 | 0.31 | 0 | 0.47 | 251.43 | 0.18 | 0.45 |
| Hex | 65 | 5D | 87 | 19 | 1F | 0 | 2F | FB | 12 | 2D |
| Octal | 145 | 135 | 207 | 31 | 37 | 0 | 57 | 373 | 22 | 55 |
| Binary | 1100101 | 1011101 | 10000111 | 11001 | 11111 | 0 | 101111 | 11111011 | 10010 | 101101 |
Color Harmonies of #655D87
Complementary color
Monochromatic Colors of #655D87
Black with #655D87
Text Example
Text Example
White with #655D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D87; }
p { color: rgb(101,93,135); }
H1.HeaderClassName
{
color: #655D87;
}
.AnyTagClassName
{
color: #655D87;
}
</style>
background-color css
<style>
a { background-color: #655D87; }
a { background-color: rgb(101,93,135); }
div.DivClassName
{
background-color: #655D87;
}
.BgClassName
{
background-color: #655D87;
}
</style>
border-color css
<style>
span { border-color: #655D87; }
span { border-color: rgb(101,93,135); }
td.TdClassName
{
border-color: #655D87;
}
.TagClassName
{
border-color: #655D87;
}
</style>