Shades of Kimberly #655680
Tints of Kimberly #655680
RGB
CMYK
RGB Variations
Color information
#655680 (or 0x655680) is known color: Kimberly. HEX triplet: 65, 56 and 80. RGB value is (101,86,128). Sum of RGB (Red+Green+Blue) = 101+86+128=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #655680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655680 is #9AA97F. Grayscale: #5F5F5F. Windows color (decimal): -10135936 or 8410725. OLE color: 8410725.
HSL color Cylindrical-coordinate representation of color #655680: hue angle of 261.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #655680 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 86 | 128 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.50 |
| HSL | 261.43º | 0.2% | 0.42% | - |
| HSV(B) | 261.43º | 0.33% | 0.5% | - |
| XYZ | 12.59 | 10.98 | 21.88 | - |
| YUV | 95.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 128 | 0.21 | 0.33 | 0 | 0.50 | 261.43 | 0.2 | 0.42 |
| Hex | 65 | 56 | 80 | 15 | 21 | 0 | 32 | 105 | 14 | 2A |
| Octal | 145 | 126 | 200 | 25 | 41 | 0 | 62 | 405 | 24 | 52 |
| Binary | 1100101 | 1010110 | 10000000 | 10101 | 100001 | 0 | 110010 | 100000101 | 10100 | 101010 |
Color Harmonies of #655680
Complementary color
Monochromatic Colors of #655680
Black with #655680
Text Example
Text Example
White with #655680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655680; }
p { color: rgb(101,86,128); }
H1.HeaderClassName
{
color: #655680;
}
.AnyTagClassName
{
color: #655680;
}
</style>
background-color css
<style>
a { background-color: #655680; }
a { background-color: rgb(101,86,128); }
div.DivClassName
{
background-color: #655680;
}
.BgClassName
{
background-color: #655680;
}
</style>
border-color css
<style>
span { border-color: #655680; }
span { border-color: rgb(101,86,128); }
td.TdClassName
{
border-color: #655680;
}
.TagClassName
{
border-color: #655680;
}
</style>