Shades of Kimberly #5E588B
Tints of Kimberly #5E588B
RGB
CMYK
RGB Variations
Color information
#5E588B (or 0x5E588B) is known color: Kimberly. HEX triplet: 5E, 58 and 8B. RGB value is (94,88,139). Sum of RGB (Red+Green+Blue) = 94+88+139=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E588B is #A1A774. Grayscale: #5F5F5F. Windows color (decimal): -10594165 or 9132126. OLE color: 9132126.
HSL color Cylindrical-coordinate representation of color #5E588B: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E588B is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 88 | 139 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.45 |
| HSL | 247.06º | 0.22% | 0.45% | - |
| HSV(B) | 247.06º | 0.37% | 0.55% | - |
| XYZ | 12.77 | 11.22 | 25.92 | - |
| YUV | 95.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 139 | 0.32 | 0.37 | 0 | 0.45 | 247.06 | 0.22 | 0.45 |
| Hex | 5E | 58 | 8B | 20 | 25 | 0 | 2D | F7 | 16 | 2D |
| Octal | 136 | 130 | 213 | 40 | 45 | 0 | 55 | 367 | 26 | 55 |
| Binary | 1011110 | 1011000 | 10001011 | 100000 | 100101 | 0 | 101101 | 11110111 | 10110 | 101101 |
Color Harmonies of #5E588B
Complementary color
Monochromatic Colors of #5E588B
Black with #5E588B
Text Example
Text Example
White with #5E588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E588B; }
p { color: rgb(94,88,139); }
H1.HeaderClassName
{
color: #5E588B;
}
.AnyTagClassName
{
color: #5E588B;
}
</style>
background-color css
<style>
a { background-color: #5E588B; }
a { background-color: rgb(94,88,139); }
div.DivClassName
{
background-color: #5E588B;
}
.BgClassName
{
background-color: #5E588B;
}
</style>
border-color css
<style>
span { border-color: #5E588B; }
span { border-color: rgb(94,88,139); }
td.TdClassName
{
border-color: #5E588B;
}
.TagClassName
{
border-color: #5E588B;
}
</style>