Shades of Kimberly #655D89
Tints of Kimberly #655D89
RGB
CMYK
RGB Variations
Color information
#655D89 (or 0x655D89) is known color: Kimberly. HEX triplet: 65, 5D and 89. RGB value is (101,93,137). Sum of RGB (Red+Green+Blue) = 101+93+137=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #655D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D89 is #9AA276. Grayscale: #646464. Windows color (decimal): -10134135 or 9002341. OLE color: 9002341.
HSL color Cylindrical-coordinate representation of color #655D89: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655D89 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 93 | 137 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.46 |
| HSL | 250.91º | 0.19% | 0.45% | - |
| HSV(B) | 250.91º | 0.32% | 0.54% | - |
| XYZ | 13.8 | 12.4 | 25.33 | - |
| YUV | 100.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 137 | 0.26 | 0.32 | 0 | 0.46 | 250.91 | 0.19 | 0.45 |
| Hex | 65 | 5D | 89 | 1A | 20 | 0 | 2E | FB | 13 | 2D |
| Octal | 145 | 135 | 211 | 32 | 40 | 0 | 56 | 373 | 23 | 55 |
| Binary | 1100101 | 1011101 | 10001001 | 11010 | 100000 | 0 | 101110 | 11111011 | 10011 | 101101 |
Color Harmonies of #655D89
Complementary color
Monochromatic Colors of #655D89
Black with #655D89
Text Example
Text Example
White with #655D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D89; }
p { color: rgb(101,93,137); }
H1.HeaderClassName
{
color: #655D89;
}
.AnyTagClassName
{
color: #655D89;
}
</style>
background-color css
<style>
a { background-color: #655D89; }
a { background-color: rgb(101,93,137); }
div.DivClassName
{
background-color: #655D89;
}
.BgClassName
{
background-color: #655D89;
}
</style>
border-color css
<style>
span { border-color: #655D89; }
span { border-color: rgb(101,93,137); }
td.TdClassName
{
border-color: #655D89;
}
.TagClassName
{
border-color: #655D89;
}
</style>