Shades of Kimberly #655D8F
Tints of Kimberly #655D8F
RGB
CMYK
RGB Variations
Color information
#655D8F (or 0x655D8F) is known color: Kimberly. HEX triplet: 65, 5D and 8F. RGB value is (101,93,143). Sum of RGB (Red+Green+Blue) = 101+93+143=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #655D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D8F is #9AA270. Grayscale: #646464. Windows color (decimal): -10134129 or 9395557. OLE color: 9395557.
HSL color Cylindrical-coordinate representation of color #655D8F: hue angle of 249.6º 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 #655D8F is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 93 | 143 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.44 |
| HSL | 249.6º | 0.21% | 0.46% | - |
| HSV(B) | 249.6º | 0.35% | 0.56% | - |
| XYZ | 14.24 | 12.58 | 27.66 | - |
| YUV | 101.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 143 | 0.29 | 0.35 | 0 | 0.44 | 249.6 | 0.21 | 0.46 |
| Hex | 65 | 5D | 8F | 1D | 23 | 0 | 2C | FA | 15 | 2E |
| Octal | 145 | 135 | 217 | 35 | 43 | 0 | 54 | 372 | 25 | 56 |
| Binary | 1100101 | 1011101 | 10001111 | 11101 | 100011 | 0 | 101100 | 11111010 | 10101 | 101110 |
Color Harmonies of #655D8F
Complementary color
Monochromatic Colors of #655D8F
Black with #655D8F
Text Example
Text Example
White with #655D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D8F; }
p { color: rgb(101,93,143); }
H1.HeaderClassName
{
color: #655D8F;
}
.AnyTagClassName
{
color: #655D8F;
}
</style>
background-color css
<style>
a { background-color: #655D8F; }
a { background-color: rgb(101,93,143); }
div.DivClassName
{
background-color: #655D8F;
}
.BgClassName
{
background-color: #655D8F;
}
</style>
border-color css
<style>
span { border-color: #655D8F; }
span { border-color: rgb(101,93,143); }
td.TdClassName
{
border-color: #655D8F;
}
.TagClassName
{
border-color: #655D8F;
}
</style>