Shades of Kimberly #656186
Tints of Kimberly #656186
RGB
CMYK
RGB Variations
Color information
#656186 (or 0x656186) is known color: Kimberly. HEX triplet: 65, 61 and 86. RGB value is (101,97,134). Sum of RGB (Red+Green+Blue) = 101+97+134=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #656186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656186 is #9A9E79. Grayscale: #666666. Windows color (decimal): -10133114 or 8806757. OLE color: 8806757.
HSL color Cylindrical-coordinate representation of color #656186: hue angle of 246.49º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #656186 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 97 | 134 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.47 |
| HSL | 246.49º | 0.16% | 0.45% | - |
| HSV(B) | 246.49º | 0.28% | 0.53% | - |
| XYZ | 13.94 | 13.04 | 24.34 | - |
| YUV | 102.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 134 | 0.25 | 0.28 | 0 | 0.47 | 246.49 | 0.16 | 0.45 |
| Hex | 65 | 61 | 86 | 19 | 1C | 0 | 2F | F6 | 10 | 2D |
| Octal | 145 | 141 | 206 | 31 | 34 | 0 | 57 | 366 | 20 | 55 |
| Binary | 1100101 | 1100001 | 10000110 | 11001 | 11100 | 0 | 101111 | 11110110 | 10000 | 101101 |
Color Harmonies of #656186
Complementary color
Monochromatic Colors of #656186
Black with #656186
Text Example
Text Example
White with #656186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656186; }
p { color: rgb(101,97,134); }
H1.HeaderClassName
{
color: #656186;
}
.AnyTagClassName
{
color: #656186;
}
</style>
background-color css
<style>
a { background-color: #656186; }
a { background-color: rgb(101,97,134); }
div.DivClassName
{
background-color: #656186;
}
.BgClassName
{
background-color: #656186;
}
</style>
border-color css
<style>
span { border-color: #656186; }
span { border-color: rgb(101,97,134); }
td.TdClassName
{
border-color: #656186;
}
.TagClassName
{
border-color: #656186;
}
</style>