Shades of Kimberly #655A78
Tints of Kimberly #655A78
RGB
CMYK
RGB Variations
Color information
#655A78 (or 0x655A78) is known color: Kimberly. HEX triplet: 65, 5A and 78. RGB value is (101,90,120). Sum of RGB (Red+Green+Blue) = 101+90+120=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #655A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A78 is #9AA587. Grayscale: #606060. Windows color (decimal): -10134920 or 7887461. OLE color: 7887461.
HSL color Cylindrical-coordinate representation of color #655A78: hue angle of 262º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #655A78 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 90 | 120 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.53 |
| HSL | 262º | 0.14% | 0.41% | - |
| HSV(B) | 262º | 0.25% | 0.47% | - |
| XYZ | 12.41 | 11.44 | 19.32 | - |
| YUV | 96.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 120 | 0.16 | 0.25 | 0 | 0.53 | 262 | 0.14 | 0.41 |
| Hex | 65 | 5A | 78 | 10 | 19 | 0 | 35 | 106 | E | 29 |
| Octal | 145 | 132 | 170 | 20 | 31 | 0 | 65 | 406 | 16 | 51 |
| Binary | 1100101 | 1011010 | 1111000 | 10000 | 11001 | 0 | 110101 | 100000110 | 1110 | 101001 |
Color Harmonies of #655A78
Complementary color
Monochromatic Colors of #655A78
Black with #655A78
Text Example
Text Example
White with #655A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A78; }
p { color: rgb(101,90,120); }
H1.HeaderClassName
{
color: #655A78;
}
.AnyTagClassName
{
color: #655A78;
}
</style>
background-color css
<style>
a { background-color: #655A78; }
a { background-color: rgb(101,90,120); }
div.DivClassName
{
background-color: #655A78;
}
.BgClassName
{
background-color: #655A78;
}
</style>
border-color css
<style>
span { border-color: #655A78; }
span { border-color: rgb(101,90,120); }
td.TdClassName
{
border-color: #655A78;
}
.TagClassName
{
border-color: #655A78;
}
</style>