Shades of Kimberly #706588
Tints of Kimberly #706588
RGB
CMYK
RGB Variations
Color information
#706588 (or 0x706588) is known color: Kimberly. HEX triplet: 70, 65 and 88. RGB value is (112,101,136). Sum of RGB (Red+Green+Blue) = 112+101+136=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #706588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706588 is #8F9A77. Grayscale: #6C6C6C. Windows color (decimal): -9411192 or 8938864. OLE color: 8938864.
HSL color Cylindrical-coordinate representation of color #706588: hue angle of 258.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706588 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 101 | 136 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.47 |
| HSL | 258.86º | 0.15% | 0.46% | - |
| HSV(B) | 258.86º | 0.26% | 0.53% | - |
| XYZ | 15.78 | 14.53 | 25.27 | - |
| YUV | 108.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 136 | 0.18 | 0.26 | 0 | 0.47 | 258.86 | 0.15 | 0.46 |
| Hex | 70 | 65 | 88 | 12 | 1A | 0 | 2F | 103 | F | 2E |
| Octal | 160 | 145 | 210 | 22 | 32 | 0 | 57 | 403 | 17 | 56 |
| Binary | 1110000 | 1100101 | 10001000 | 10010 | 11010 | 0 | 101111 | 100000011 | 1111 | 101110 |
Color Harmonies of #706588
Complementary color
Monochromatic Colors of #706588
Black with #706588
Text Example
Text Example
White with #706588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706588; }
p { color: rgb(112,101,136); }
H1.HeaderClassName
{
color: #706588;
}
.AnyTagClassName
{
color: #706588;
}
</style>
background-color css
<style>
a { background-color: #706588; }
a { background-color: rgb(112,101,136); }
div.DivClassName
{
background-color: #706588;
}
.BgClassName
{
background-color: #706588;
}
</style>
border-color css
<style>
span { border-color: #706588; }
span { border-color: rgb(112,101,136); }
td.TdClassName
{
border-color: #706588;
}
.TagClassName
{
border-color: #706588;
}
</style>