Shades of Kimberly #63557F
Tints of Kimberly #63557F
RGB
CMYK
RGB Variations
Color information
#63557F (or 0x63557F) is known color: Kimberly. HEX triplet: 63, 55 and 7F. RGB value is (99,85,127). Sum of RGB (Red+Green+Blue) = 99+85+127=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #63557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63557F is #9CAA80. Grayscale: #5D5D5D. Windows color (decimal): -10267265 or 8344931. OLE color: 8344931.
HSL color Cylindrical-coordinate representation of color #63557F: hue angle of 260º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63557F is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 85 | 127 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.50 |
| HSL | 260º | 0.2% | 0.42% | - |
| HSV(B) | 260º | 0.33% | 0.5% | - |
| XYZ | 12.22 | 10.68 | 21.5 | - |
| YUV | 93.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 127 | 0.22 | 0.33 | 0 | 0.50 | 260 | 0.2 | 0.42 |
| Hex | 63 | 55 | 7F | 16 | 21 | 0 | 32 | 104 | 14 | 2A |
| Octal | 143 | 125 | 177 | 26 | 41 | 0 | 62 | 404 | 24 | 52 |
| Binary | 1100011 | 1010101 | 1111111 | 10110 | 100001 | 0 | 110010 | 100000100 | 10100 | 101010 |
Color Harmonies of #63557F
Complementary color
Monochromatic Colors of #63557F
Black with #63557F
Text Example
Text Example
White with #63557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63557F; }
p { color: rgb(99,85,127); }
H1.HeaderClassName
{
color: #63557F;
}
.AnyTagClassName
{
color: #63557F;
}
</style>
background-color css
<style>
a { background-color: #63557F; }
a { background-color: rgb(99,85,127); }
div.DivClassName
{
background-color: #63557F;
}
.BgClassName
{
background-color: #63557F;
}
</style>
border-color css
<style>
span { border-color: #63557F; }
span { border-color: rgb(99,85,127); }
td.TdClassName
{
border-color: #63557F;
}
.TagClassName
{
border-color: #63557F;
}
</style>