Shades of Kimberly #655D8E
Tints of Kimberly #655D8E
RGB
CMYK
RGB Variations
Color information
#655D8E (or 0x655D8E) is known color: Kimberly. HEX triplet: 65, 5D and 8E. RGB value is (101,93,142). Sum of RGB (Red+Green+Blue) = 101+93+142=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #655D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D8E is #9AA271. Grayscale: #646464. Windows color (decimal): -10134130 or 9330021. OLE color: 9330021.
HSL color Cylindrical-coordinate representation of color #655D8E: hue angle of 249.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655D8E is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 93 | 142 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.44 |
| HSL | 249.8º | 0.21% | 0.46% | - |
| HSV(B) | 249.8º | 0.35% | 0.56% | - |
| XYZ | 14.16 | 12.55 | 27.27 | - |
| YUV | 100.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 142 | 0.29 | 0.35 | 0 | 0.44 | 249.8 | 0.21 | 0.46 |
| Hex | 65 | 5D | 8E | 1D | 23 | 0 | 2C | FA | 15 | 2E |
| Octal | 145 | 135 | 216 | 35 | 43 | 0 | 54 | 372 | 25 | 56 |
| Binary | 1100101 | 1011101 | 10001110 | 11101 | 100011 | 0 | 101100 | 11111010 | 10101 | 101110 |
Color Harmonies of #655D8E
Complementary color
Monochromatic Colors of #655D8E
Black with #655D8E
Text Example
Text Example
White with #655D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D8E; }
p { color: rgb(101,93,142); }
H1.HeaderClassName
{
color: #655D8E;
}
.AnyTagClassName
{
color: #655D8E;
}
</style>
background-color css
<style>
a { background-color: #655D8E; }
a { background-color: rgb(101,93,142); }
div.DivClassName
{
background-color: #655D8E;
}
.BgClassName
{
background-color: #655D8E;
}
</style>
border-color css
<style>
span { border-color: #655D8E; }
span { border-color: rgb(101,93,142); }
td.TdClassName
{
border-color: #655D8E;
}
.TagClassName
{
border-color: #655D8E;
}
</style>