Shades of Kimberly #64587C
Tints of Kimberly #64587C
RGB
CMYK
RGB Variations
Color information
#64587C (or 0x64587C) is known color: Kimberly. HEX triplet: 64, 58 and 7C. RGB value is (100,88,124). Sum of RGB (Red+Green+Blue) = 100+88+124=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #64587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64587C is #9BA783. Grayscale: #5F5F5F. Windows color (decimal): -10200964 or 8149092. OLE color: 8149092.
HSL color Cylindrical-coordinate representation of color #64587C: hue angle of 260º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64587C is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 88 | 124 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.51 |
| HSL | 260º | 0.17% | 0.42% | - |
| HSV(B) | 260º | 0.29% | 0.49% | - |
| XYZ | 12.38 | 11.14 | 20.57 | - |
| YUV | 95.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 124 | 0.19 | 0.29 | 0 | 0.51 | 260 | 0.17 | 0.42 |
| Hex | 64 | 58 | 7C | 13 | 1D | 0 | 33 | 104 | 11 | 2A |
| Octal | 144 | 130 | 174 | 23 | 35 | 0 | 63 | 404 | 21 | 52 |
| Binary | 1100100 | 1011000 | 1111100 | 10011 | 11101 | 0 | 110011 | 100000100 | 10001 | 101010 |
Color Harmonies of #64587C
Complementary color
Monochromatic Colors of #64587C
Black with #64587C
Text Example
Text Example
White with #64587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64587C; }
p { color: rgb(100,88,124); }
H1.HeaderClassName
{
color: #64587C;
}
.AnyTagClassName
{
color: #64587C;
}
</style>
background-color css
<style>
a { background-color: #64587C; }
a { background-color: rgb(100,88,124); }
div.DivClassName
{
background-color: #64587C;
}
.BgClassName
{
background-color: #64587C;
}
</style>
border-color css
<style>
span { border-color: #64587C; }
span { border-color: rgb(100,88,124); }
td.TdClassName
{
border-color: #64587C;
}
.TagClassName
{
border-color: #64587C;
}
</style>