Shades of Kimberly #5F567B
Tints of Kimberly #5F567B
RGB
CMYK
RGB Variations
Color information
#5F567B (or 0x5F567B) is known color: Kimberly. HEX triplet: 5F, 56 and 7B. RGB value is (95,86,123). Sum of RGB (Red+Green+Blue) = 95+86+123=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F567B is #A0A984. Grayscale: #5C5C5C. Windows color (decimal): -10529157 or 8083039. OLE color: 8083039.
HSL color Cylindrical-coordinate representation of color #5F567B: hue angle of 254.59º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F567B is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 86 | 123 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.52 |
| HSL | 254.59º | 0.18% | 0.41% | - |
| HSV(B) | 254.59º | 0.3% | 0.48% | - |
| XYZ | 11.62 | 10.52 | 20.16 | - |
| YUV | 92.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 123 | 0.23 | 0.30 | 0 | 0.52 | 254.59 | 0.18 | 0.41 |
| Hex | 5F | 56 | 7B | 17 | 1E | 0 | 34 | FF | 12 | 29 |
| Octal | 137 | 126 | 173 | 27 | 36 | 0 | 64 | 377 | 22 | 51 |
| Binary | 1011111 | 1010110 | 1111011 | 10111 | 11110 | 0 | 110100 | 11111111 | 10010 | 101001 |
Color Harmonies of #5F567B
Complementary color
Monochromatic Colors of #5F567B
Black with #5F567B
Text Example
Text Example
White with #5F567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F567B; }
p { color: rgb(95,86,123); }
H1.HeaderClassName
{
color: #5F567B;
}
.AnyTagClassName
{
color: #5F567B;
}
</style>
background-color css
<style>
a { background-color: #5F567B; }
a { background-color: rgb(95,86,123); }
div.DivClassName
{
background-color: #5F567B;
}
.BgClassName
{
background-color: #5F567B;
}
</style>
border-color css
<style>
span { border-color: #5F567B; }
span { border-color: rgb(95,86,123); }
td.TdClassName
{
border-color: #5F567B;
}
.TagClassName
{
border-color: #5F567B;
}
</style>