Shades of Kimberly #5E588D
Tints of Kimberly #5E588D
RGB
CMYK
RGB Variations
Color information
#5E588D (or 0x5E588D) is known color: Kimberly. HEX triplet: 5E, 58 and 8D. RGB value is (94,88,141). Sum of RGB (Red+Green+Blue) = 94+88+141=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E588D is #A1A772. Grayscale: #5F5F5F. Windows color (decimal): -10594163 or 9263198. OLE color: 9263198.
HSL color Cylindrical-coordinate representation of color #5E588D: hue angle of 246.79º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E588D is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 94 | 88 | 141 | - |
CMYK | 0.33 | 0.38 | 0 | 0.45 |
HSL | 246.79º | 0.23% | 0.45% | - |
HSV(B) | 246.79º | 0.38% | 0.55% | - |
XYZ | 12.91 | 11.28 | 26.7 | - |
YUV | 95.84 | 153.49 | 126.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 88 | 141 | 0.33 | 0.38 | 0 | 0.45 | 246.79 | 0.23 | 0.45 |
Hex | 5E | 58 | 8D | 21 | 26 | 0 | 2D | F7 | 17 | 2D |
Octal | 136 | 130 | 215 | 41 | 46 | 0 | 55 | 367 | 27 | 55 |
Binary | 1011110 | 1011000 | 10001101 | 100001 | 100110 | 0 | 101101 | 11110111 | 10111 | 101101 |
Color Harmonies of #5E588D
Complementary color
Monochromatic Colors of #5E588D
Black with #5E588D
Text Example
Text Example
White with #5E588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E588D; }
p { color: rgb(94,88,141); }
H1.HeaderClassName
{
color: #5E588D;
}
.AnyTagClassName
{
color: #5E588D;
}
</style>
background-color css
<style>
a { background-color: #5E588D; }
a { background-color: rgb(94,88,141); }
div.DivClassName
{
background-color: #5E588D;
}
.BgClassName
{
background-color: #5E588D;
}
</style>
border-color css
<style>
span { border-color: #5E588D; }
span { border-color: rgb(94,88,141); }
td.TdClassName
{
border-color: #5E588D;
}
.TagClassName
{
border-color: #5E588D;
}
</style>