Shades of Kimberly #656389
Tints of Kimberly #656389
RGB
CMYK
RGB Variations
Color information
#656389 (or 0x656389) is known color: Kimberly. HEX triplet: 65, 63 and 89. RGB value is (101,99,137). Sum of RGB (Red+Green+Blue) = 101+99+137=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #656389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656389 is #9A9C76. Grayscale: #676767. Windows color (decimal): -10132599 or 9003877. OLE color: 9003877.
HSL color Cylindrical-coordinate representation of color #656389: hue angle of 243.16º degrees, saturation: 0.16, 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 #656389 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 99 | 137 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.46 |
| HSL | 243.16º | 0.16% | 0.46% | - |
| HSV(B) | 243.16º | 0.28% | 0.54% | - |
| XYZ | 14.34 | 13.5 | 25.52 | - |
| YUV | 103.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 137 | 0.26 | 0.28 | 0 | 0.46 | 243.16 | 0.16 | 0.46 |
| Hex | 65 | 63 | 89 | 1A | 1C | 0 | 2E | F3 | 10 | 2E |
| Octal | 145 | 143 | 211 | 32 | 34 | 0 | 56 | 363 | 20 | 56 |
| Binary | 1100101 | 1100011 | 10001001 | 11010 | 11100 | 0 | 101110 | 11110011 | 10000 | 101110 |
Color Harmonies of #656389
Complementary color
Monochromatic Colors of #656389
Black with #656389
Text Example
Text Example
White with #656389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656389; }
p { color: rgb(101,99,137); }
H1.HeaderClassName
{
color: #656389;
}
.AnyTagClassName
{
color: #656389;
}
</style>
background-color css
<style>
a { background-color: #656389; }
a { background-color: rgb(101,99,137); }
div.DivClassName
{
background-color: #656389;
}
.BgClassName
{
background-color: #656389;
}
</style>
border-color css
<style>
span { border-color: #656389; }
span { border-color: rgb(101,99,137); }
td.TdClassName
{
border-color: #656389;
}
.TagClassName
{
border-color: #656389;
}
</style>