Shades of Kimberly #655A79
Tints of Kimberly #655A79
RGB
CMYK
RGB Variations
Color information
#655A79 (or 0x655A79) is known color: Kimberly. HEX triplet: 65, 5A and 79. RGB value is (101,90,121). Sum of RGB (Red+Green+Blue) = 101+90+121=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #655A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A79 is #9AA586. Grayscale: #606060. Windows color (decimal): -10134919 or 7952997. OLE color: 7952997.
HSL color Cylindrical-coordinate representation of color #655A79: hue angle of 261.29º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #655A79 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 90 | 121 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.53 |
| HSL | 261.29º | 0.15% | 0.41% | - |
| HSV(B) | 261.29º | 0.26% | 0.47% | - |
| XYZ | 12.47 | 11.46 | 19.64 | - |
| YUV | 96.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 121 | 0.17 | 0.26 | 0 | 0.53 | 261.29 | 0.15 | 0.41 |
| Hex | 65 | 5A | 79 | 11 | 1A | 0 | 35 | 105 | F | 29 |
| Octal | 145 | 132 | 171 | 21 | 32 | 0 | 65 | 405 | 17 | 51 |
| Binary | 1100101 | 1011010 | 1111001 | 10001 | 11010 | 0 | 110101 | 100000101 | 1111 | 101001 |
Color Harmonies of #655A79
Complementary color
Monochromatic Colors of #655A79
Black with #655A79
Text Example
Text Example
White with #655A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A79; }
p { color: rgb(101,90,121); }
H1.HeaderClassName
{
color: #655A79;
}
.AnyTagClassName
{
color: #655A79;
}
</style>
background-color css
<style>
a { background-color: #655A79; }
a { background-color: rgb(101,90,121); }
div.DivClassName
{
background-color: #655A79;
}
.BgClassName
{
background-color: #655A79;
}
</style>
border-color css
<style>
span { border-color: #655A79; }
span { border-color: rgb(101,90,121); }
td.TdClassName
{
border-color: #655A79;
}
.TagClassName
{
border-color: #655A79;
}
</style>