Shades of Kimberly #635579
Tints of Kimberly #635579
RGB
CMYK
RGB Variations
Color information
#635579 (or 0x635579) is known color: Kimberly. HEX triplet: 63, 55 and 79. RGB value is (99,85,121). Sum of RGB (Red+Green+Blue) = 99+85+121=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #635579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635579 is #9CAA86. Grayscale: #5D5D5D. Windows color (decimal): -10267271 or 7951715. OLE color: 7951715.
HSL color Cylindrical-coordinate representation of color #635579: hue angle of 263.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635579 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 85 | 121 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.53 |
| HSL | 263.33º | 0.17% | 0.4% | - |
| HSV(B) | 263.33º | 0.3% | 0.47% | - |
| XYZ | 11.85 | 10.53 | 19.5 | - |
| YUV | 93.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 121 | 0.18 | 0.30 | 0 | 0.53 | 263.33 | 0.17 | 0.4 |
| Hex | 63 | 55 | 79 | 12 | 1E | 0 | 35 | 107 | 11 | 28 |
| Octal | 143 | 125 | 171 | 22 | 36 | 0 | 65 | 407 | 21 | 50 |
| Binary | 1100011 | 1010101 | 1111001 | 10010 | 11110 | 0 | 110101 | 100000111 | 10001 | 101000 |
Color Harmonies of #635579
Complementary color
Monochromatic Colors of #635579
Black with #635579
Text Example
Text Example
White with #635579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635579; }
p { color: rgb(99,85,121); }
H1.HeaderClassName
{
color: #635579;
}
.AnyTagClassName
{
color: #635579;
}
</style>
background-color css
<style>
a { background-color: #635579; }
a { background-color: rgb(99,85,121); }
div.DivClassName
{
background-color: #635579;
}
.BgClassName
{
background-color: #635579;
}
</style>
border-color css
<style>
span { border-color: #635579; }
span { border-color: rgb(99,85,121); }
td.TdClassName
{
border-color: #635579;
}
.TagClassName
{
border-color: #635579;
}
</style>