Shades of Kimberly #655C84
Tints of Kimberly #655C84
RGB
CMYK
RGB Variations
Color information
#655C84 (or 0x655C84) is known color: Kimberly. HEX triplet: 65, 5C and 84. RGB value is (101,92,132). Sum of RGB (Red+Green+Blue) = 101+92+132=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #655C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C84 is #9AA37B. Grayscale: #636363. Windows color (decimal): -10134396 or 8674405. OLE color: 8674405.
HSL color Cylindrical-coordinate representation of color #655C84: hue angle of 253.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655C84 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 92 | 132 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.48 |
| HSL | 253.5º | 0.18% | 0.44% | - |
| HSV(B) | 253.5º | 0.3% | 0.52% | - |
| XYZ | 13.36 | 12.09 | 23.46 | - |
| YUV | 99.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 132 | 0.23 | 0.30 | 0 | 0.48 | 253.5 | 0.18 | 0.44 |
| Hex | 65 | 5C | 84 | 17 | 1E | 0 | 30 | FE | 12 | 2C |
| Octal | 145 | 134 | 204 | 27 | 36 | 0 | 60 | 376 | 22 | 54 |
| Binary | 1100101 | 1011100 | 10000100 | 10111 | 11110 | 0 | 110000 | 11111110 | 10010 | 101100 |
Color Harmonies of #655C84
Complementary color
Monochromatic Colors of #655C84
Black with #655C84
Text Example
Text Example
White with #655C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C84; }
p { color: rgb(101,92,132); }
H1.HeaderClassName
{
color: #655C84;
}
.AnyTagClassName
{
color: #655C84;
}
</style>
background-color css
<style>
a { background-color: #655C84; }
a { background-color: rgb(101,92,132); }
div.DivClassName
{
background-color: #655C84;
}
.BgClassName
{
background-color: #655C84;
}
</style>
border-color css
<style>
span { border-color: #655C84; }
span { border-color: rgb(101,92,132); }
td.TdClassName
{
border-color: #655C84;
}
.TagClassName
{
border-color: #655C84;
}
</style>