Shades of Kimberly #655B86
Tints of Kimberly #655B86
RGB
CMYK
RGB Variations
Color information
#655B86 (or 0x655B86) is known color: Kimberly. HEX triplet: 65, 5B and 86. RGB value is (101,91,134). Sum of RGB (Red+Green+Blue) = 101+91+134=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #655B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B86 is #9AA479. Grayscale: #626262. Windows color (decimal): -10134650 or 8805221. OLE color: 8805221.
HSL color Cylindrical-coordinate representation of color #655B86: hue angle of 253.95º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655B86 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 91 | 134 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.47 |
| HSL | 253.95º | 0.19% | 0.44% | - |
| HSV(B) | 253.95º | 0.32% | 0.53% | - |
| XYZ | 13.41 | 11.97 | 24.16 | - |
| YUV | 98.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 134 | 0.25 | 0.32 | 0 | 0.47 | 253.95 | 0.19 | 0.44 |
| Hex | 65 | 5B | 86 | 19 | 20 | 0 | 2F | FE | 13 | 2C |
| Octal | 145 | 133 | 206 | 31 | 40 | 0 | 57 | 376 | 23 | 54 |
| Binary | 1100101 | 1011011 | 10000110 | 11001 | 100000 | 0 | 101111 | 11111110 | 10011 | 101100 |
Color Harmonies of #655B86
Complementary color
Monochromatic Colors of #655B86
Black with #655B86
Text Example
Text Example
White with #655B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B86; }
p { color: rgb(101,91,134); }
H1.HeaderClassName
{
color: #655B86;
}
.AnyTagClassName
{
color: #655B86;
}
</style>
background-color css
<style>
a { background-color: #655B86; }
a { background-color: rgb(101,91,134); }
div.DivClassName
{
background-color: #655B86;
}
.BgClassName
{
background-color: #655B86;
}
</style>
border-color css
<style>
span { border-color: #655B86; }
span { border-color: rgb(101,91,134); }
td.TdClassName
{
border-color: #655B86;
}
.TagClassName
{
border-color: #655B86;
}
</style>