Shades of Kimberly #655D78
Tints of Kimberly #655D78
RGB
CMYK
RGB Variations
Color information
#655D78 (or 0x655D78) is known color: Kimberly. HEX triplet: 65, 5D and 78. RGB value is (101,93,120). Sum of RGB (Red+Green+Blue) = 101+93+120=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #655D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D78 is #9AA287. Grayscale: #626262. Windows color (decimal): -10134152 or 7888229. OLE color: 7888229.
HSL color Cylindrical-coordinate representation of color #655D78: hue angle of 257.78º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #655D78 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 93 | 120 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.53 |
| HSL | 257.78º | 0.13% | 0.42% | - |
| HSV(B) | 257.78º | 0.23% | 0.47% | - |
| XYZ | 12.67 | 11.95 | 19.41 | - |
| YUV | 98.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 120 | 0.16 | 0.22 | 0 | 0.53 | 257.78 | 0.13 | 0.42 |
| Hex | 65 | 5D | 78 | 10 | 16 | 0 | 35 | 102 | D | 2A |
| Octal | 145 | 135 | 170 | 20 | 26 | 0 | 65 | 402 | 15 | 52 |
| Binary | 1100101 | 1011101 | 1111000 | 10000 | 10110 | 0 | 110101 | 100000010 | 1101 | 101010 |
Color Harmonies of #655D78
Complementary color
Monochromatic Colors of #655D78
Black with #655D78
Text Example
Text Example
White with #655D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D78; }
p { color: rgb(101,93,120); }
H1.HeaderClassName
{
color: #655D78;
}
.AnyTagClassName
{
color: #655D78;
}
</style>
background-color css
<style>
a { background-color: #655D78; }
a { background-color: rgb(101,93,120); }
div.DivClassName
{
background-color: #655D78;
}
.BgClassName
{
background-color: #655D78;
}
</style>
border-color css
<style>
span { border-color: #655D78; }
span { border-color: rgb(101,93,120); }
td.TdClassName
{
border-color: #655D78;
}
.TagClassName
{
border-color: #655D78;
}
</style>