Shades of Kimberly #71658D
Tints of Kimberly #71658D
RGB
CMYK
RGB Variations
Color information
#71658D (or 0x71658D) is known color: Kimberly. HEX triplet: 71, 65 and 8D. RGB value is (113,101,141). Sum of RGB (Red+Green+Blue) = 113+101+141=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #71658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71658D is #8E9A72. Grayscale: #6D6D6D. Windows color (decimal): -9345651 or 9266545. OLE color: 9266545.
HSL color Cylindrical-coordinate representation of color #71658D: hue angle of 258º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71658D is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 101 | 141 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.45 |
| HSL | 258º | 0.17% | 0.47% | - |
| HSV(B) | 258º | 0.28% | 0.55% | - |
| XYZ | 16.27 | 14.74 | 27.19 | - |
| YUV | 109.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 141 | 0.20 | 0.28 | 0 | 0.45 | 258 | 0.17 | 0.47 |
| Hex | 71 | 65 | 8D | 14 | 1C | 0 | 2D | 102 | 11 | 2F |
| Octal | 161 | 145 | 215 | 24 | 34 | 0 | 55 | 402 | 21 | 57 |
| Binary | 1110001 | 1100101 | 10001101 | 10100 | 11100 | 0 | 101101 | 100000010 | 10001 | 101111 |
Color Harmonies of #71658D
Complementary color
Monochromatic Colors of #71658D
Black with #71658D
Text Example
Text Example
White with #71658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71658D; }
p { color: rgb(113,101,141); }
H1.HeaderClassName
{
color: #71658D;
}
.AnyTagClassName
{
color: #71658D;
}
</style>
background-color css
<style>
a { background-color: #71658D; }
a { background-color: rgb(113,101,141); }
div.DivClassName
{
background-color: #71658D;
}
.BgClassName
{
background-color: #71658D;
}
</style>
border-color css
<style>
span { border-color: #71658D; }
span { border-color: rgb(113,101,141); }
td.TdClassName
{
border-color: #71658D;
}
.TagClassName
{
border-color: #71658D;
}
</style>