Shades of Kimberly #71658C
Tints of Kimberly #71658C
RGB
CMYK
RGB Variations
Color information
#71658C (or 0x71658C) is known color: Kimberly. HEX triplet: 71, 65 and 8C. RGB value is (113,101,140). Sum of RGB (Red+Green+Blue) = 113+101+140=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #71658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71658C is #8E9A73. Grayscale: #6C6C6C. Windows color (decimal): -9345652 or 9201009. OLE color: 9201009.
HSL color Cylindrical-coordinate representation of color #71658C: hue angle of 258.46º degrees, saturation: 0.16, 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 #71658C is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 101 | 140 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.45 |
| HSL | 258.46º | 0.16% | 0.47% | - |
| HSV(B) | 258.46º | 0.28% | 0.55% | - |
| XYZ | 16.2 | 14.71 | 26.8 | - |
| YUV | 109.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 140 | 0.19 | 0.28 | 0 | 0.45 | 258.46 | 0.16 | 0.47 |
| Hex | 71 | 65 | 8C | 13 | 1C | 0 | 2D | 102 | 10 | 2F |
| Octal | 161 | 145 | 214 | 23 | 34 | 0 | 55 | 402 | 20 | 57 |
| Binary | 1110001 | 1100101 | 10001100 | 10011 | 11100 | 0 | 101101 | 100000010 | 10000 | 101111 |
Color Harmonies of #71658C
Complementary color
Monochromatic Colors of #71658C
Black with #71658C
Text Example
Text Example
White with #71658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71658C; }
p { color: rgb(113,101,140); }
H1.HeaderClassName
{
color: #71658C;
}
.AnyTagClassName
{
color: #71658C;
}
</style>
background-color css
<style>
a { background-color: #71658C; }
a { background-color: rgb(113,101,140); }
div.DivClassName
{
background-color: #71658C;
}
.BgClassName
{
background-color: #71658C;
}
</style>
border-color css
<style>
span { border-color: #71658C; }
span { border-color: rgb(113,101,140); }
td.TdClassName
{
border-color: #71658C;
}
.TagClassName
{
border-color: #71658C;
}
</style>