Shades of Kimberly #63577A
Tints of Kimberly #63577A
RGB
CMYK
RGB Variations
Color information
#63577A (or 0x63577A) is known color: Kimberly. HEX triplet: 63, 57 and 7A. RGB value is (99,87,122). Sum of RGB (Red+Green+Blue) = 99+87+122=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #63577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63577A is #9CA885. Grayscale: #5E5E5E. Windows color (decimal): -10266758 or 8017763. OLE color: 8017763.
HSL color Cylindrical-coordinate representation of color #63577A: hue angle of 260.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63577A is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 87 | 122 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.52 |
| HSL | 260.57º | 0.17% | 0.41% | - |
| HSV(B) | 260.57º | 0.29% | 0.48% | - |
| XYZ | 12.07 | 10.87 | 19.88 | - |
| YUV | 94.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 122 | 0.19 | 0.29 | 0 | 0.52 | 260.57 | 0.17 | 0.41 |
| Hex | 63 | 57 | 7A | 13 | 1D | 0 | 34 | 105 | 11 | 29 |
| Octal | 143 | 127 | 172 | 23 | 35 | 0 | 64 | 405 | 21 | 51 |
| Binary | 1100011 | 1010111 | 1111010 | 10011 | 11101 | 0 | 110100 | 100000101 | 10001 | 101001 |
Color Harmonies of #63577A
Complementary color
Monochromatic Colors of #63577A
Black with #63577A
Text Example
Text Example
White with #63577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63577A; }
p { color: rgb(99,87,122); }
H1.HeaderClassName
{
color: #63577A;
}
.AnyTagClassName
{
color: #63577A;
}
</style>
background-color css
<style>
a { background-color: #63577A; }
a { background-color: rgb(99,87,122); }
div.DivClassName
{
background-color: #63577A;
}
.BgClassName
{
background-color: #63577A;
}
</style>
border-color css
<style>
span { border-color: #63577A; }
span { border-color: rgb(99,87,122); }
td.TdClassName
{
border-color: #63577A;
}
.TagClassName
{
border-color: #63577A;
}
</style>