Shades of Kimberly #645785
Tints of Kimberly #645785
RGB
CMYK
RGB Variations
Color information
#645785 (or 0x645785) is known color: Kimberly. HEX triplet: 64, 57 and 85. RGB value is (100,87,133). Sum of RGB (Red+Green+Blue) = 100+87+133=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #645785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645785 is #9BA87A. Grayscale: #5F5F5F. Windows color (decimal): -10201211 or 8738660. OLE color: 8738660.
HSL color Cylindrical-coordinate representation of color #645785: hue angle of 256.96º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645785 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 87 | 133 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.48 |
| HSL | 256.96º | 0.21% | 0.43% | - |
| HSV(B) | 256.96º | 0.35% | 0.52% | - |
| XYZ | 12.9 | 11.22 | 23.68 | - |
| YUV | 96.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 133 | 0.25 | 0.35 | 0 | 0.48 | 256.96 | 0.21 | 0.43 |
| Hex | 64 | 57 | 85 | 19 | 23 | 0 | 30 | 101 | 15 | 2B |
| Octal | 144 | 127 | 205 | 31 | 43 | 0 | 60 | 401 | 25 | 53 |
| Binary | 1100100 | 1010111 | 10000101 | 11001 | 100011 | 0 | 110000 | 100000001 | 10101 | 101011 |
Color Harmonies of #645785
Complementary color
Monochromatic Colors of #645785
Black with #645785
Text Example
Text Example
White with #645785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645785; }
p { color: rgb(100,87,133); }
H1.HeaderClassName
{
color: #645785;
}
.AnyTagClassName
{
color: #645785;
}
</style>
background-color css
<style>
a { background-color: #645785; }
a { background-color: rgb(100,87,133); }
div.DivClassName
{
background-color: #645785;
}
.BgClassName
{
background-color: #645785;
}
</style>
border-color css
<style>
span { border-color: #645785; }
span { border-color: rgb(100,87,133); }
td.TdClassName
{
border-color: #645785;
}
.TagClassName
{
border-color: #645785;
}
</style>