Shades of Kimberly #655D82
Tints of Kimberly #655D82
RGB
CMYK
RGB Variations
Color information
#655D82 (or 0x655D82) is known color: Kimberly. HEX triplet: 65, 5D and 82. RGB value is (101,93,130). Sum of RGB (Red+Green+Blue) = 101+93+130=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #655D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D82 is #9AA27D. Grayscale: #636363. Windows color (decimal): -10134142 or 8543589. OLE color: 8543589.
HSL color Cylindrical-coordinate representation of color #655D82: hue angle of 252.97º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #655D82 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 93 | 130 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.49 |
| HSL | 252.97º | 0.17% | 0.44% | - |
| HSV(B) | 252.97º | 0.28% | 0.51% | - |
| XYZ | 13.31 | 12.21 | 22.77 | - |
| YUV | 99.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 130 | 0.22 | 0.28 | 0 | 0.49 | 252.97 | 0.17 | 0.44 |
| Hex | 65 | 5D | 82 | 16 | 1C | 0 | 31 | FD | 11 | 2C |
| Octal | 145 | 135 | 202 | 26 | 34 | 0 | 61 | 375 | 21 | 54 |
| Binary | 1100101 | 1011101 | 10000010 | 10110 | 11100 | 0 | 110001 | 11111101 | 10001 | 101100 |
Color Harmonies of #655D82
Complementary color
Monochromatic Colors of #655D82
Black with #655D82
Text Example
Text Example
White with #655D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D82; }
p { color: rgb(101,93,130); }
H1.HeaderClassName
{
color: #655D82;
}
.AnyTagClassName
{
color: #655D82;
}
</style>
background-color css
<style>
a { background-color: #655D82; }
a { background-color: rgb(101,93,130); }
div.DivClassName
{
background-color: #655D82;
}
.BgClassName
{
background-color: #655D82;
}
</style>
border-color css
<style>
span { border-color: #655D82; }
span { border-color: rgb(101,93,130); }
td.TdClassName
{
border-color: #655D82;
}
.TagClassName
{
border-color: #655D82;
}
</style>