Shades of Kimberly #655881
Tints of Kimberly #655881
RGB
CMYK
RGB Variations
Color information
#655881 (or 0x655881) is known color: Kimberly. HEX triplet: 65, 58 and 81. RGB value is (101,88,129). Sum of RGB (Red+Green+Blue) = 101+88+129=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #655881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655881 is #9AA77E. Grayscale: #606060. Windows color (decimal): -10135423 or 8476773. OLE color: 8476773.
HSL color Cylindrical-coordinate representation of color #655881: hue angle of 259.02º 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 #655881 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 88 | 129 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.49 |
| HSL | 259.02º | 0.19% | 0.43% | - |
| HSV(B) | 259.02º | 0.32% | 0.51% | - |
| XYZ | 12.82 | 11.33 | 22.28 | - |
| YUV | 96.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 129 | 0.22 | 0.32 | 0 | 0.49 | 259.02 | 0.19 | 0.43 |
| Hex | 65 | 58 | 81 | 16 | 20 | 0 | 31 | 103 | 13 | 2B |
| Octal | 145 | 130 | 201 | 26 | 40 | 0 | 61 | 403 | 23 | 53 |
| Binary | 1100101 | 1011000 | 10000001 | 10110 | 100000 | 0 | 110001 | 100000011 | 10011 | 101011 |
Color Harmonies of #655881
Complementary color
Monochromatic Colors of #655881
Black with #655881
Text Example
Text Example
White with #655881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655881; }
p { color: rgb(101,88,129); }
H1.HeaderClassName
{
color: #655881;
}
.AnyTagClassName
{
color: #655881;
}
</style>
background-color css
<style>
a { background-color: #655881; }
a { background-color: rgb(101,88,129); }
div.DivClassName
{
background-color: #655881;
}
.BgClassName
{
background-color: #655881;
}
</style>
border-color css
<style>
span { border-color: #655881; }
span { border-color: rgb(101,88,129); }
td.TdClassName
{
border-color: #655881;
}
.TagClassName
{
border-color: #655881;
}
</style>