Shades of Kimberly #5E5981
Tints of Kimberly #5E5981
RGB
CMYK
RGB Variations
Color information
#5E5981 (or 0x5E5981) is known color: Kimberly. HEX triplet: 5E, 59 and 81. RGB value is (94,89,129). Sum of RGB (Red+Green+Blue) = 94+89+129=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E5981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5981 is #A1A67E. Grayscale: #5E5E5E. Windows color (decimal): -10593919 or 8477022. OLE color: 8477022.
HSL color Cylindrical-coordinate representation of color #5E5981: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E5981 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 89 | 129 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.49 |
| HSL | 247.5º | 0.18% | 0.43% | - |
| HSV(B) | 247.5º | 0.31% | 0.51% | - |
| XYZ | 12.15 | 11.11 | 22.27 | - |
| YUV | 95.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 129 | 0.27 | 0.31 | 0 | 0.49 | 247.5 | 0.18 | 0.43 |
| Hex | 5E | 59 | 81 | 1B | 1F | 0 | 31 | F8 | 12 | 2B |
| Octal | 136 | 131 | 201 | 33 | 37 | 0 | 61 | 370 | 22 | 53 |
| Binary | 1011110 | 1011001 | 10000001 | 11011 | 11111 | 0 | 110001 | 11111000 | 10010 | 101011 |
Color Harmonies of #5E5981
Complementary color
Monochromatic Colors of #5E5981
Black with #5E5981
Text Example
Text Example
White with #5E5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5981; }
p { color: rgb(94,89,129); }
H1.HeaderClassName
{
color: #5E5981;
}
.AnyTagClassName
{
color: #5E5981;
}
</style>
background-color css
<style>
a { background-color: #5E5981; }
a { background-color: rgb(94,89,129); }
div.DivClassName
{
background-color: #5E5981;
}
.BgClassName
{
background-color: #5E5981;
}
</style>
border-color css
<style>
span { border-color: #5E5981; }
span { border-color: rgb(94,89,129); }
td.TdClassName
{
border-color: #5E5981;
}
.TagClassName
{
border-color: #5E5981;
}
</style>