Shades of Kimberly #656190
Tints of Kimberly #656190
RGB
CMYK
RGB Variations
Color information
#656190 (or 0x656190) is known color: Kimberly. HEX triplet: 65, 61 and 90. RGB value is (101,97,144). Sum of RGB (Red+Green+Blue) = 101+97+144=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #656190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656190 is #9A9E6F. Grayscale: #676767. Windows color (decimal): -10133104 or 9462117. OLE color: 9462117.
HSL color Cylindrical-coordinate representation of color #656190: hue angle of 245.11º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656190 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 97 | 144 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.44 |
| HSL | 245.11º | 0.2% | 0.47% | - |
| HSV(B) | 245.11º | 0.33% | 0.56% | - |
| XYZ | 14.68 | 13.33 | 28.18 | - |
| YUV | 103.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 144 | 0.30 | 0.33 | 0 | 0.44 | 245.11 | 0.2 | 0.47 |
| Hex | 65 | 61 | 90 | 1E | 21 | 0 | 2C | F5 | 14 | 2F |
| Octal | 145 | 141 | 220 | 36 | 41 | 0 | 54 | 365 | 24 | 57 |
| Binary | 1100101 | 1100001 | 10010000 | 11110 | 100001 | 0 | 101100 | 11110101 | 10100 | 101111 |
Color Harmonies of #656190
Complementary color
Monochromatic Colors of #656190
Black with #656190
Text Example
Text Example
White with #656190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656190; }
p { color: rgb(101,97,144); }
H1.HeaderClassName
{
color: #656190;
}
.AnyTagClassName
{
color: #656190;
}
</style>
background-color css
<style>
a { background-color: #656190; }
a { background-color: rgb(101,97,144); }
div.DivClassName
{
background-color: #656190;
}
.BgClassName
{
background-color: #656190;
}
</style>
border-color css
<style>
span { border-color: #656190; }
span { border-color: rgb(101,97,144); }
td.TdClassName
{
border-color: #656190;
}
.TagClassName
{
border-color: #656190;
}
</style>