Shades of Kimberly #635582
Tints of Kimberly #635582
RGB
CMYK
RGB Variations
Color information
#635582 (or 0x635582) is known color: Kimberly. HEX triplet: 63, 55 and 82. RGB value is (99,85,130). Sum of RGB (Red+Green+Blue) = 99+85+130=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #635582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635582 is #9CAA7D. Grayscale: #5E5E5E. Windows color (decimal): -10267262 or 8541539. OLE color: 8541539.
HSL color Cylindrical-coordinate representation of color #635582: hue angle of 258.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635582 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 85 | 130 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.49 |
| HSL | 258.67º | 0.21% | 0.42% | - |
| HSV(B) | 258.67º | 0.35% | 0.51% | - |
| XYZ | 12.42 | 10.76 | 22.54 | - |
| YUV | 94.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 130 | 0.24 | 0.35 | 0 | 0.49 | 258.67 | 0.21 | 0.42 |
| Hex | 63 | 55 | 82 | 18 | 23 | 0 | 31 | 103 | 15 | 2A |
| Octal | 143 | 125 | 202 | 30 | 43 | 0 | 61 | 403 | 25 | 52 |
| Binary | 1100011 | 1010101 | 10000010 | 11000 | 100011 | 0 | 110001 | 100000011 | 10101 | 101010 |
Color Harmonies of #635582
Complementary color
Monochromatic Colors of #635582
Black with #635582
Text Example
Text Example
White with #635582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635582; }
p { color: rgb(99,85,130); }
H1.HeaderClassName
{
color: #635582;
}
.AnyTagClassName
{
color: #635582;
}
</style>
background-color css
<style>
a { background-color: #635582; }
a { background-color: rgb(99,85,130); }
div.DivClassName
{
background-color: #635582;
}
.BgClassName
{
background-color: #635582;
}
</style>
border-color css
<style>
span { border-color: #635582; }
span { border-color: rgb(99,85,130); }
td.TdClassName
{
border-color: #635582;
}
.TagClassName
{
border-color: #635582;
}
</style>