Shades of Kimberly #64587A
Tints of Kimberly #64587A
RGB
CMYK
RGB Variations
Color information
#64587A (or 0x64587A) is known color: Kimberly. HEX triplet: 64, 58 and 7A. RGB value is (100,88,122). Sum of RGB (Red+Green+Blue) = 100+88+122=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #64587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64587A is #9BA785. Grayscale: #5F5F5F. Windows color (decimal): -10200966 or 8018020. OLE color: 8018020.
HSL color Cylindrical-coordinate representation of color #64587A: hue angle of 261.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64587A is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 88 | 122 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.52 |
| HSL | 261.18º | 0.16% | 0.41% | - |
| HSV(B) | 261.18º | 0.28% | 0.48% | - |
| XYZ | 12.26 | 11.09 | 19.91 | - |
| YUV | 95.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 122 | 0.18 | 0.28 | 0 | 0.52 | 261.18 | 0.16 | 0.41 |
| Hex | 64 | 58 | 7A | 12 | 1C | 0 | 34 | 105 | 10 | 29 |
| Octal | 144 | 130 | 172 | 22 | 34 | 0 | 64 | 405 | 20 | 51 |
| Binary | 1100100 | 1011000 | 1111010 | 10010 | 11100 | 0 | 110100 | 100000101 | 10000 | 101001 |
Color Harmonies of #64587A
Complementary color
Monochromatic Colors of #64587A
Black with #64587A
Text Example
Text Example
White with #64587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64587A; }
p { color: rgb(100,88,122); }
H1.HeaderClassName
{
color: #64587A;
}
.AnyTagClassName
{
color: #64587A;
}
</style>
background-color css
<style>
a { background-color: #64587A; }
a { background-color: rgb(100,88,122); }
div.DivClassName
{
background-color: #64587A;
}
.BgClassName
{
background-color: #64587A;
}
</style>
border-color css
<style>
span { border-color: #64587A; }
span { border-color: rgb(100,88,122); }
td.TdClassName
{
border-color: #64587A;
}
.TagClassName
{
border-color: #64587A;
}
</style>