Shades of Kimberly #655982
Tints of Kimberly #655982
RGB
CMYK
RGB Variations
Color information
#655982 (or 0x655982) is known color: Kimberly. HEX triplet: 65, 59 and 82. RGB value is (101,89,130). Sum of RGB (Red+Green+Blue) = 101+89+130=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #655982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655982 is #9AA67D. Grayscale: #616161. Windows color (decimal): -10135166 or 8542565. OLE color: 8542565.
HSL color Cylindrical-coordinate representation of color #655982: hue angle of 257.56º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655982 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 89 | 130 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.49 |
| HSL | 257.56º | 0.19% | 0.43% | - |
| HSV(B) | 257.56º | 0.32% | 0.51% | - |
| XYZ | 12.97 | 11.52 | 22.66 | - |
| YUV | 97.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 130 | 0.22 | 0.32 | 0 | 0.49 | 257.56 | 0.19 | 0.43 |
| Hex | 65 | 59 | 82 | 16 | 20 | 0 | 31 | 102 | 13 | 2B |
| Octal | 145 | 131 | 202 | 26 | 40 | 0 | 61 | 402 | 23 | 53 |
| Binary | 1100101 | 1011001 | 10000010 | 10110 | 100000 | 0 | 110001 | 100000010 | 10011 | 101011 |
Color Harmonies of #655982
Complementary color
Monochromatic Colors of #655982
Black with #655982
Text Example
Text Example
White with #655982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655982; }
p { color: rgb(101,89,130); }
H1.HeaderClassName
{
color: #655982;
}
.AnyTagClassName
{
color: #655982;
}
</style>
background-color css
<style>
a { background-color: #655982; }
a { background-color: rgb(101,89,130); }
div.DivClassName
{
background-color: #655982;
}
.BgClassName
{
background-color: #655982;
}
</style>
border-color css
<style>
span { border-color: #655982; }
span { border-color: rgb(101,89,130); }
td.TdClassName
{
border-color: #655982;
}
.TagClassName
{
border-color: #655982;
}
</style>