Shades of Kimberly #726585
Tints of Kimberly #726585
RGB
CMYK
RGB Variations
Color information
#726585 (or 0x726585) is known color: Kimberly. HEX triplet: 72, 65 and 85. RGB value is (114,101,133). Sum of RGB (Red+Green+Blue) = 114+101+133=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #726585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726585 is #8D9A7A. Grayscale: #6C6C6C. Windows color (decimal): -9280123 or 8742258. OLE color: 8742258.
HSL color Cylindrical-coordinate representation of color #726585: hue angle of 264.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #726585 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 101 | 133 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.48 |
| HSL | 264.38º | 0.14% | 0.46% | - |
| HSV(B) | 264.38º | 0.24% | 0.52% | - |
| XYZ | 15.83 | 14.58 | 24.17 | - |
| YUV | 108.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 133 | 0.14 | 0.24 | 0 | 0.48 | 264.38 | 0.14 | 0.46 |
| Hex | 72 | 65 | 85 | E | 18 | 0 | 30 | 108 | E | 2E |
| Octal | 162 | 145 | 205 | 16 | 30 | 0 | 60 | 410 | 16 | 56 |
| Binary | 1110010 | 1100101 | 10000101 | 1110 | 11000 | 0 | 110000 | 100001000 | 1110 | 101110 |
Color Harmonies of #726585
Complementary color
Monochromatic Colors of #726585
Black with #726585
Text Example
Text Example
White with #726585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726585; }
p { color: rgb(114,101,133); }
H1.HeaderClassName
{
color: #726585;
}
.AnyTagClassName
{
color: #726585;
}
</style>
background-color css
<style>
a { background-color: #726585; }
a { background-color: rgb(114,101,133); }
div.DivClassName
{
background-color: #726585;
}
.BgClassName
{
background-color: #726585;
}
</style>
border-color css
<style>
span { border-color: #726585; }
span { border-color: rgb(114,101,133); }
td.TdClassName
{
border-color: #726585;
}
.TagClassName
{
border-color: #726585;
}
</style>