Shades of Kimberly #64557A
Tints of Kimberly #64557A
RGB
CMYK
RGB Variations
Color information
#64557A (or 0x64557A) is known color: Kimberly. HEX triplet: 64, 55 and 7A. RGB value is (100,85,122). Sum of RGB (Red+Green+Blue) = 100+85+122=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #64557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64557A is #9BAA85. Grayscale: #5D5D5D. Windows color (decimal): -10201734 or 8017252. OLE color: 8017252.
HSL color Cylindrical-coordinate representation of color #64557A: hue angle of 264.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64557A is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 85 | 122 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.52 |
| HSL | 264.32º | 0.18% | 0.41% | - |
| HSV(B) | 264.32º | 0.3% | 0.48% | - |
| XYZ | 12.02 | 10.61 | 19.83 | - |
| YUV | 93.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 122 | 0.18 | 0.30 | 0 | 0.52 | 264.32 | 0.18 | 0.41 |
| Hex | 64 | 55 | 7A | 12 | 1E | 0 | 34 | 108 | 12 | 29 |
| Octal | 144 | 125 | 172 | 22 | 36 | 0 | 64 | 410 | 22 | 51 |
| Binary | 1100100 | 1010101 | 1111010 | 10010 | 11110 | 0 | 110100 | 100001000 | 10010 | 101001 |
Color Harmonies of #64557A
Complementary color
Monochromatic Colors of #64557A
Black with #64557A
Text Example
Text Example
White with #64557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64557A; }
p { color: rgb(100,85,122); }
H1.HeaderClassName
{
color: #64557A;
}
.AnyTagClassName
{
color: #64557A;
}
</style>
background-color css
<style>
a { background-color: #64557A; }
a { background-color: rgb(100,85,122); }
div.DivClassName
{
background-color: #64557A;
}
.BgClassName
{
background-color: #64557A;
}
</style>
border-color css
<style>
span { border-color: #64557A; }
span { border-color: rgb(100,85,122); }
td.TdClassName
{
border-color: #64557A;
}
.TagClassName
{
border-color: #64557A;
}
</style>