Shades of Kimberly #5F587D
Tints of Kimberly #5F587D
RGB
CMYK
RGB Variations
Color information
#5F587D (or 0x5F587D) is known color: Kimberly. HEX triplet: 5F, 58 and 7D. RGB value is (95,88,125). Sum of RGB (Red+Green+Blue) = 95+88+125=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F587D is #A0A782. Grayscale: #5E5E5E. Windows color (decimal): -10528643 or 8214623. OLE color: 8214623.
HSL color Cylindrical-coordinate representation of color #5F587D: hue angle of 251.35º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F587D is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 88 | 125 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.51 |
| HSL | 251.35º | 0.17% | 0.42% | - |
| HSV(B) | 251.35º | 0.3% | 0.49% | - |
| XYZ | 11.91 | 10.89 | 20.88 | - |
| YUV | 94.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 125 | 0.24 | 0.30 | 0 | 0.51 | 251.35 | 0.17 | 0.42 |
| Hex | 5F | 58 | 7D | 18 | 1E | 0 | 33 | FB | 11 | 2A |
| Octal | 137 | 130 | 175 | 30 | 36 | 0 | 63 | 373 | 21 | 52 |
| Binary | 1011111 | 1011000 | 1111101 | 11000 | 11110 | 0 | 110011 | 11111011 | 10001 | 101010 |
Color Harmonies of #5F587D
Complementary color
Monochromatic Colors of #5F587D
Black with #5F587D
Text Example
Text Example
White with #5F587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F587D; }
p { color: rgb(95,88,125); }
H1.HeaderClassName
{
color: #5F587D;
}
.AnyTagClassName
{
color: #5F587D;
}
</style>
background-color css
<style>
a { background-color: #5F587D; }
a { background-color: rgb(95,88,125); }
div.DivClassName
{
background-color: #5F587D;
}
.BgClassName
{
background-color: #5F587D;
}
</style>
border-color css
<style>
span { border-color: #5F587D; }
span { border-color: rgb(95,88,125); }
td.TdClassName
{
border-color: #5F587D;
}
.TagClassName
{
border-color: #5F587D;
}
</style>