Shades of Kimberly #5E5881
Tints of Kimberly #5E5881
RGB
CMYK
RGB Variations
Color information
#5E5881 (or 0x5E5881) is known color: Kimberly. HEX triplet: 5E, 58 and 81. RGB value is (94,88,129). Sum of RGB (Red+Green+Blue) = 94+88+129=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E5881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5881 is #A1A77E. Grayscale: #5E5E5E. Windows color (decimal): -10594175 or 8476766. OLE color: 8476766.
HSL color Cylindrical-coordinate representation of color #5E5881: hue angle of 248.78º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E5881 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 94 | 88 | 129 | - |
CMYK | 0.27 | 0.32 | 0 | 0.49 |
HSL | 248.78º | 0.19% | 0.43% | - |
HSV(B) | 248.78º | 0.32% | 0.51% | - |
XYZ | 12.07 | 10.94 | 22.25 | - |
YUV | 94.47 | 147.49 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 88 | 129 | 0.27 | 0.32 | 0 | 0.49 | 248.78 | 0.19 | 0.43 |
Hex | 5E | 58 | 81 | 1B | 20 | 0 | 31 | F9 | 13 | 2B |
Octal | 136 | 130 | 201 | 33 | 40 | 0 | 61 | 371 | 23 | 53 |
Binary | 1011110 | 1011000 | 10000001 | 11011 | 100000 | 0 | 110001 | 11111001 | 10011 | 101011 |
Color Harmonies of #5E5881
Complementary color
Monochromatic Colors of #5E5881
Black with #5E5881
Text Example
Text Example
White with #5E5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5881; }
p { color: rgb(94,88,129); }
H1.HeaderClassName
{
color: #5E5881;
}
.AnyTagClassName
{
color: #5E5881;
}
</style>
background-color css
<style>
a { background-color: #5E5881; }
a { background-color: rgb(94,88,129); }
div.DivClassName
{
background-color: #5E5881;
}
.BgClassName
{
background-color: #5E5881;
}
</style>
border-color css
<style>
span { border-color: #5E5881; }
span { border-color: rgb(94,88,129); }
td.TdClassName
{
border-color: #5E5881;
}
.TagClassName
{
border-color: #5E5881;
}
</style>