Shades of Kimberly #656181
Tints of Kimberly #656181
RGB
CMYK
RGB Variations
Color information
#656181 (or 0x656181) is known color: Kimberly. HEX triplet: 65, 61 and 81. RGB value is (101,97,129). Sum of RGB (Red+Green+Blue) = 101+97+129=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #656181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656181 is #9A9E7E. Grayscale: #656565. Windows color (decimal): -10133119 or 8479077. OLE color: 8479077.
HSL color Cylindrical-coordinate representation of color #656181: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #656181 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 97 | 129 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.49 |
| HSL | 247.5º | 0.14% | 0.44% | - |
| HSV(B) | 247.5º | 0.25% | 0.51% | - |
| XYZ | 13.6 | 12.9 | 22.54 | - |
| YUV | 101.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 129 | 0.22 | 0.25 | 0 | 0.49 | 247.5 | 0.14 | 0.44 |
| Hex | 65 | 61 | 81 | 16 | 19 | 0 | 31 | F8 | E | 2C |
| Octal | 145 | 141 | 201 | 26 | 31 | 0 | 61 | 370 | 16 | 54 |
| Binary | 1100101 | 1100001 | 10000001 | 10110 | 11001 | 0 | 110001 | 11111000 | 1110 | 101100 |
Color Harmonies of #656181
Complementary color
Monochromatic Colors of #656181
Black with #656181
Text Example
Text Example
White with #656181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656181; }
p { color: rgb(101,97,129); }
H1.HeaderClassName
{
color: #656181;
}
.AnyTagClassName
{
color: #656181;
}
</style>
background-color css
<style>
a { background-color: #656181; }
a { background-color: rgb(101,97,129); }
div.DivClassName
{
background-color: #656181;
}
.BgClassName
{
background-color: #656181;
}
</style>
border-color css
<style>
span { border-color: #656181; }
span { border-color: rgb(101,97,129); }
td.TdClassName
{
border-color: #656181;
}
.TagClassName
{
border-color: #656181;
}
</style>