Shades of Kimberly #706587
Tints of Kimberly #706587
RGB
CMYK
RGB Variations
Color information
#706587 (or 0x706587) is known color: Kimberly. HEX triplet: 70, 65 and 87. RGB value is (112,101,135). Sum of RGB (Red+Green+Blue) = 112+101+135=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #706587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706587 is #8F9A78. Grayscale: #6C6C6C. Windows color (decimal): -9411193 or 8873328. OLE color: 8873328.
HSL color Cylindrical-coordinate representation of color #706587: hue angle of 259.41º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706587 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 101 | 135 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.47 |
| HSL | 259.41º | 0.14% | 0.46% | - |
| HSV(B) | 259.41º | 0.25% | 0.53% | - |
| XYZ | 15.71 | 14.5 | 24.89 | - |
| YUV | 108.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 135 | 0.17 | 0.25 | 0 | 0.47 | 259.41 | 0.14 | 0.46 |
| Hex | 70 | 65 | 87 | 11 | 19 | 0 | 2F | 103 | E | 2E |
| Octal | 160 | 145 | 207 | 21 | 31 | 0 | 57 | 403 | 16 | 56 |
| Binary | 1110000 | 1100101 | 10000111 | 10001 | 11001 | 0 | 101111 | 100000011 | 1110 | 101110 |
Color Harmonies of #706587
Complementary color
Monochromatic Colors of #706587
Black with #706587
Text Example
Text Example
White with #706587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706587; }
p { color: rgb(112,101,135); }
H1.HeaderClassName
{
color: #706587;
}
.AnyTagClassName
{
color: #706587;
}
</style>
background-color css
<style>
a { background-color: #706587; }
a { background-color: rgb(112,101,135); }
div.DivClassName
{
background-color: #706587;
}
.BgClassName
{
background-color: #706587;
}
</style>
border-color css
<style>
span { border-color: #706587; }
span { border-color: rgb(112,101,135); }
td.TdClassName
{
border-color: #706587;
}
.TagClassName
{
border-color: #706587;
}
</style>