Shades of Kimberly #5E578A
Tints of Kimberly #5E578A
RGB
CMYK
RGB Variations
Color information
#5E578A (or 0x5E578A) is known color: Kimberly. HEX triplet: 5E, 57 and 8A. RGB value is (94,87,138). Sum of RGB (Red+Green+Blue) = 94+87+138=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E578A is #A1A875. Grayscale: #5E5E5E. Windows color (decimal): -10594422 or 9066334. OLE color: 9066334.
HSL color Cylindrical-coordinate representation of color #5E578A: hue angle of 248.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E578A is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 87 | 138 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.46 |
| HSL | 248.24º | 0.23% | 0.44% | - |
| HSV(B) | 248.24º | 0.37% | 0.54% | - |
| XYZ | 12.61 | 11.03 | 25.51 | - |
| YUV | 94.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 138 | 0.32 | 0.37 | 0 | 0.46 | 248.24 | 0.23 | 0.44 |
| Hex | 5E | 57 | 8A | 20 | 25 | 0 | 2E | F8 | 17 | 2C |
| Octal | 136 | 127 | 212 | 40 | 45 | 0 | 56 | 370 | 27 | 54 |
| Binary | 1011110 | 1010111 | 10001010 | 100000 | 100101 | 0 | 101110 | 11111000 | 10111 | 101100 |
Color Harmonies of #5E578A
Complementary color
Monochromatic Colors of #5E578A
Black with #5E578A
Text Example
Text Example
White with #5E578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E578A; }
p { color: rgb(94,87,138); }
H1.HeaderClassName
{
color: #5E578A;
}
.AnyTagClassName
{
color: #5E578A;
}
</style>
background-color css
<style>
a { background-color: #5E578A; }
a { background-color: rgb(94,87,138); }
div.DivClassName
{
background-color: #5E578A;
}
.BgClassName
{
background-color: #5E578A;
}
</style>
border-color css
<style>
span { border-color: #5E578A; }
span { border-color: rgb(94,87,138); }
td.TdClassName
{
border-color: #5E578A;
}
.TagClassName
{
border-color: #5E578A;
}
</style>