Shades of Kimberly #64587E
Tints of Kimberly #64587E
RGB
CMYK
RGB Variations
Color information
#64587E (or 0x64587E) is known color: Kimberly. HEX triplet: 64, 58 and 7E. RGB value is (100,88,126). Sum of RGB (Red+Green+Blue) = 100+88+126=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #64587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64587E is #9BA781. Grayscale: #5F5F5F. Windows color (decimal): -10200962 or 8280164. OLE color: 8280164.
HSL color Cylindrical-coordinate representation of color #64587E: hue angle of 258.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64587E is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 88 | 126 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.51 |
| HSL | 258.95º | 0.18% | 0.42% | - |
| HSV(B) | 258.95º | 0.3% | 0.49% | - |
| XYZ | 12.51 | 11.2 | 21.24 | - |
| YUV | 95.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 126 | 0.21 | 0.30 | 0 | 0.51 | 258.95 | 0.18 | 0.42 |
| Hex | 64 | 58 | 7E | 15 | 1E | 0 | 33 | 103 | 12 | 2A |
| Octal | 144 | 130 | 176 | 25 | 36 | 0 | 63 | 403 | 22 | 52 |
| Binary | 1100100 | 1011000 | 1111110 | 10101 | 11110 | 0 | 110011 | 100000011 | 10010 | 101010 |
Color Harmonies of #64587E
Complementary color
Monochromatic Colors of #64587E
Black with #64587E
Text Example
Text Example
White with #64587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64587E; }
p { color: rgb(100,88,126); }
H1.HeaderClassName
{
color: #64587E;
}
.AnyTagClassName
{
color: #64587E;
}
</style>
background-color css
<style>
a { background-color: #64587E; }
a { background-color: rgb(100,88,126); }
div.DivClassName
{
background-color: #64587E;
}
.BgClassName
{
background-color: #64587E;
}
</style>
border-color css
<style>
span { border-color: #64587E; }
span { border-color: rgb(100,88,126); }
td.TdClassName
{
border-color: #64587E;
}
.TagClassName
{
border-color: #64587E;
}
</style>