Shades of Kimberly #63557A
Tints of Kimberly #63557A
RGB
CMYK
RGB Variations
Color information
#63557A (or 0x63557A) is known color: Kimberly. HEX triplet: 63, 55 and 7A. RGB value is (99,85,122). Sum of RGB (Red+Green+Blue) = 99+85+122=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #63557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63557A is #9CAA85. Grayscale: #5D5D5D. Windows color (decimal): -10267270 or 8017251. OLE color: 8017251.
HSL color Cylindrical-coordinate representation of color #63557A: hue angle of 262.7º 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 #63557A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 85 | 122 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.52 |
| HSL | 262.7º | 0.18% | 0.41% | - |
| HSV(B) | 262.7º | 0.3% | 0.48% | - |
| XYZ | 11.91 | 10.55 | 19.82 | - |
| YUV | 93.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 122 | 0.19 | 0.30 | 0 | 0.52 | 262.7 | 0.18 | 0.41 |
| Hex | 63 | 55 | 7A | 13 | 1E | 0 | 34 | 107 | 12 | 29 |
| Octal | 143 | 125 | 172 | 23 | 36 | 0 | 64 | 407 | 22 | 51 |
| Binary | 1100011 | 1010101 | 1111010 | 10011 | 11110 | 0 | 110100 | 100000111 | 10010 | 101001 |
Color Harmonies of #63557A
Complementary color
Monochromatic Colors of #63557A
Black with #63557A
Text Example
Text Example
White with #63557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63557A; }
p { color: rgb(99,85,122); }
H1.HeaderClassName
{
color: #63557A;
}
.AnyTagClassName
{
color: #63557A;
}
</style>
background-color css
<style>
a { background-color: #63557A; }
a { background-color: rgb(99,85,122); }
div.DivClassName
{
background-color: #63557A;
}
.BgClassName
{
background-color: #63557A;
}
</style>
border-color css
<style>
span { border-color: #63557A; }
span { border-color: rgb(99,85,122); }
td.TdClassName
{
border-color: #63557A;
}
.TagClassName
{
border-color: #63557A;
}
</style>