Shades of Kimberly #656289
Tints of Kimberly #656289
RGB
CMYK
RGB Variations
Color information
#656289 (or 0x656289) is known color: Kimberly. HEX triplet: 65, 62 and 89. RGB value is (101,98,137). Sum of RGB (Red+Green+Blue) = 101+98+137=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #656289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656289 is #9A9D76. Grayscale: #676767. Windows color (decimal): -10132855 or 9003621. OLE color: 9003621.
HSL color Cylindrical-coordinate representation of color #656289: hue angle of 244.62º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #656289 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 98 | 137 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.46 |
| HSL | 244.62º | 0.17% | 0.46% | - |
| HSV(B) | 244.62º | 0.28% | 0.54% | - |
| XYZ | 14.25 | 13.31 | 25.48 | - |
| YUV | 103.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 137 | 0.26 | 0.28 | 0 | 0.46 | 244.62 | 0.17 | 0.46 |
| Hex | 65 | 62 | 89 | 1A | 1C | 0 | 2E | F5 | 11 | 2E |
| Octal | 145 | 142 | 211 | 32 | 34 | 0 | 56 | 365 | 21 | 56 |
| Binary | 1100101 | 1100010 | 10001001 | 11010 | 11100 | 0 | 101110 | 11110101 | 10001 | 101110 |
Color Harmonies of #656289
Complementary color
Monochromatic Colors of #656289
Black with #656289
Text Example
Text Example
White with #656289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656289; }
p { color: rgb(101,98,137); }
H1.HeaderClassName
{
color: #656289;
}
.AnyTagClassName
{
color: #656289;
}
</style>
background-color css
<style>
a { background-color: #656289; }
a { background-color: rgb(101,98,137); }
div.DivClassName
{
background-color: #656289;
}
.BgClassName
{
background-color: #656289;
}
</style>
border-color css
<style>
span { border-color: #656289; }
span { border-color: rgb(101,98,137); }
td.TdClassName
{
border-color: #656289;
}
.TagClassName
{
border-color: #656289;
}
</style>