Shades of Kimberly #705F83
Tints of Kimberly #705F83
RGB
CMYK
RGB Variations
Color information
#705F83 (or 0x705F83) is known color: Kimberly. HEX triplet: 70, 5F and 83. RGB value is (112,95,131). Sum of RGB (Red+Green+Blue) = 112+95+131=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #705F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F83 is #8FA07C. Grayscale: #686868. Windows color (decimal): -9412733 or 8609648. OLE color: 8609648.
HSL color Cylindrical-coordinate representation of color #705F83: hue angle of 268.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705F83 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 95 | 131 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.49 |
| HSL | 268.33º | 0.16% | 0.44% | - |
| HSV(B) | 268.33º | 0.27% | 0.51% | - |
| XYZ | 14.87 | 13.27 | 23.25 | - |
| YUV | 104.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 131 | 0.15 | 0.27 | 0 | 0.49 | 268.33 | 0.16 | 0.44 |
| Hex | 70 | 5F | 83 | F | 1B | 0 | 31 | 10C | 10 | 2C |
| Octal | 160 | 137 | 203 | 17 | 33 | 0 | 61 | 414 | 20 | 54 |
| Binary | 1110000 | 1011111 | 10000011 | 1111 | 11011 | 0 | 110001 | 100001100 | 10000 | 101100 |
Color Harmonies of #705F83
Complementary color
Monochromatic Colors of #705F83
Black with #705F83
Text Example
Text Example
White with #705F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F83; }
p { color: rgb(112,95,131); }
H1.HeaderClassName
{
color: #705F83;
}
.AnyTagClassName
{
color: #705F83;
}
</style>
background-color css
<style>
a { background-color: #705F83; }
a { background-color: rgb(112,95,131); }
div.DivClassName
{
background-color: #705F83;
}
.BgClassName
{
background-color: #705F83;
}
</style>
border-color css
<style>
span { border-color: #705F83; }
span { border-color: rgb(112,95,131); }
td.TdClassName
{
border-color: #705F83;
}
.TagClassName
{
border-color: #705F83;
}
</style>