Shades of Kimberly #5F598D
Tints of Kimberly #5F598D
RGB
CMYK
RGB Variations
Color information
#5F598D (or 0x5F598D) is known color: Kimberly. HEX triplet: 5F, 59 and 8D. RGB value is (95,89,141). Sum of RGB (Red+Green+Blue) = 95+89+141=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 89 (35.16% from 255 or 27.38% 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 #5F598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F598D is #A0A672. Grayscale: #606060. Windows color (decimal): -10528371 or 9263455. OLE color: 9263455.
HSL color Cylindrical-coordinate representation of color #5F598D: hue angle of 246.92º degrees, saturation: 0.23, 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 #5F598D is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 89 | 141 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.45 |
| HSL | 246.92º | 0.23% | 0.45% | - |
| HSV(B) | 246.92º | 0.37% | 0.55% | - |
| XYZ | 13.1 | 11.5 | 26.73 | - |
| YUV | 96.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 141 | 0.33 | 0.37 | 0 | 0.45 | 246.92 | 0.23 | 0.45 |
| Hex | 5F | 59 | 8D | 21 | 25 | 0 | 2D | F7 | 17 | 2D |
| Octal | 137 | 131 | 215 | 41 | 45 | 0 | 55 | 367 | 27 | 55 |
| Binary | 1011111 | 1011001 | 10001101 | 100001 | 100101 | 0 | 101101 | 11110111 | 10111 | 101101 |
Color Harmonies of #5F598D
Complementary color
Monochromatic Colors of #5F598D
Black with #5F598D
Text Example
Text Example
White with #5F598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F598D; }
p { color: rgb(95,89,141); }
H1.HeaderClassName
{
color: #5F598D;
}
.AnyTagClassName
{
color: #5F598D;
}
</style>
background-color css
<style>
a { background-color: #5F598D; }
a { background-color: rgb(95,89,141); }
div.DivClassName
{
background-color: #5F598D;
}
.BgClassName
{
background-color: #5F598D;
}
</style>
border-color css
<style>
span { border-color: #5F598D; }
span { border-color: rgb(95,89,141); }
td.TdClassName
{
border-color: #5F598D;
}
.TagClassName
{
border-color: #5F598D;
}
</style>