Shades of Kimberly #5E5A8D
Tints of Kimberly #5E5A8D
RGB
CMYK
RGB Variations
Color information
#5E5A8D (or 0x5E5A8D) is known color: Kimberly. HEX triplet: 5E, 5A and 8D. RGB value is (94,90,141). Sum of RGB (Red+Green+Blue) = 94+90+141=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E5A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5A8D is #A1A572. Grayscale: #606060. Windows color (decimal): -10593651 or 9263710. OLE color: 9263710.
HSL color Cylindrical-coordinate representation of color #5E5A8D: hue angle of 244.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E5A8D is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 94 | 90 | 141 | - |
CMYK | 0.33 | 0.36 | 0 | 0.45 |
HSL | 244.71º | 0.22% | 0.45% | - |
HSV(B) | 244.71º | 0.36% | 0.55% | - |
XYZ | 13.08 | 11.62 | 26.75 | - |
YUV | 97.01 | 152.83 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 141 | 0.33 | 0.36 | 0 | 0.45 | 244.71 | 0.22 | 0.45 |
Hex | 5E | 5A | 8D | 21 | 24 | 0 | 2D | F5 | 16 | 2D |
Octal | 136 | 132 | 215 | 41 | 44 | 0 | 55 | 365 | 26 | 55 |
Binary | 1011110 | 1011010 | 10001101 | 100001 | 100100 | 0 | 101101 | 11110101 | 10110 | 101101 |
Color Harmonies of #5E5A8D
Complementary color
Monochromatic Colors of #5E5A8D
Black with #5E5A8D
Text Example
Text Example
White with #5E5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A8D; }
p { color: rgb(94,90,141); }
H1.HeaderClassName
{
color: #5E5A8D;
}
.AnyTagClassName
{
color: #5E5A8D;
}
</style>
background-color css
<style>
a { background-color: #5E5A8D; }
a { background-color: rgb(94,90,141); }
div.DivClassName
{
background-color: #5E5A8D;
}
.BgClassName
{
background-color: #5E5A8D;
}
</style>
border-color css
<style>
span { border-color: #5E5A8D; }
span { border-color: rgb(94,90,141); }
td.TdClassName
{
border-color: #5E5A8D;
}
.TagClassName
{
border-color: #5E5A8D;
}
</style>