Shades of Kimberly #655882
Tints of Kimberly #655882
RGB
CMYK
RGB Variations
Color information
#655882 (or 0x655882) is known color: Kimberly. HEX triplet: 65, 58 and 82. RGB value is (101,88,130). Sum of RGB (Red+Green+Blue) = 101+88+130=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #655882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655882 is #9AA77D. Grayscale: #606060. Windows color (decimal): -10135422 or 8542309. OLE color: 8542309.
HSL color Cylindrical-coordinate representation of color #655882: hue angle of 258.57º 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 #655882 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 88 | 130 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.49 |
| HSL | 258.57º | 0.19% | 0.43% | - |
| HSV(B) | 258.57º | 0.32% | 0.51% | - |
| XYZ | 12.89 | 11.36 | 22.63 | - |
| YUV | 96.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 130 | 0.22 | 0.32 | 0 | 0.49 | 258.57 | 0.19 | 0.43 |
| Hex | 65 | 58 | 82 | 16 | 20 | 0 | 31 | 103 | 13 | 2B |
| Octal | 145 | 130 | 202 | 26 | 40 | 0 | 61 | 403 | 23 | 53 |
| Binary | 1100101 | 1011000 | 10000010 | 10110 | 100000 | 0 | 110001 | 100000011 | 10011 | 101011 |
Color Harmonies of #655882
Complementary color
Monochromatic Colors of #655882
Black with #655882
Text Example
Text Example
White with #655882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655882; }
p { color: rgb(101,88,130); }
H1.HeaderClassName
{
color: #655882;
}
.AnyTagClassName
{
color: #655882;
}
</style>
background-color css
<style>
a { background-color: #655882; }
a { background-color: rgb(101,88,130); }
div.DivClassName
{
background-color: #655882;
}
.BgClassName
{
background-color: #655882;
}
</style>
border-color css
<style>
span { border-color: #655882; }
span { border-color: rgb(101,88,130); }
td.TdClassName
{
border-color: #655882;
}
.TagClassName
{
border-color: #655882;
}
</style>