Shades of Kimberly #655D91
Tints of Kimberly #655D91
RGB
CMYK
RGB Variations
Color information
#655D91 (or 0x655D91) is known color: Kimberly. HEX triplet: 65, 5D and 91. RGB value is (101,93,145). Sum of RGB (Red+Green+Blue) = 101+93+145=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #655D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D91 is #9AA26E. Grayscale: #656565. Windows color (decimal): -10134127 or 9526629. OLE color: 9526629.
HSL color Cylindrical-coordinate representation of color #655D91: hue angle of 249.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655D91 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 93 | 145 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.43 |
| HSL | 249.23º | 0.22% | 0.47% | - |
| HSV(B) | 249.23º | 0.36% | 0.57% | - |
| XYZ | 14.39 | 12.64 | 28.47 | - |
| YUV | 101.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 145 | 0.30 | 0.36 | 0 | 0.43 | 249.23 | 0.22 | 0.47 |
| Hex | 65 | 5D | 91 | 1E | 24 | 0 | 2B | F9 | 16 | 2F |
| Octal | 145 | 135 | 221 | 36 | 44 | 0 | 53 | 371 | 26 | 57 |
| Binary | 1100101 | 1011101 | 10010001 | 11110 | 100100 | 0 | 101011 | 11111001 | 10110 | 101111 |
Color Harmonies of #655D91
Complementary color
Monochromatic Colors of #655D91
Black with #655D91
Text Example
Text Example
White with #655D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D91; }
p { color: rgb(101,93,145); }
H1.HeaderClassName
{
color: #655D91;
}
.AnyTagClassName
{
color: #655D91;
}
</style>
background-color css
<style>
a { background-color: #655D91; }
a { background-color: rgb(101,93,145); }
div.DivClassName
{
background-color: #655D91;
}
.BgClassName
{
background-color: #655D91;
}
</style>
border-color css
<style>
span { border-color: #655D91; }
span { border-color: rgb(101,93,145); }
td.TdClassName
{
border-color: #655D91;
}
.TagClassName
{
border-color: #655D91;
}
</style>