Shades of Kimberly #65587D
Tints of Kimberly #65587D
RGB
CMYK
RGB Variations
Color information
#65587D (or 0x65587D) is known color: Kimberly. HEX triplet: 65, 58 and 7D. RGB value is (101,88,125). Sum of RGB (Red+Green+Blue) = 101+88+125=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #65587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65587D is #9AA782. Grayscale: #5F5F5F. Windows color (decimal): -10135427 or 8214629. OLE color: 8214629.
HSL color Cylindrical-coordinate representation of color #65587D: hue angle of 261.08º 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 #65587D is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 88 | 125 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.51 |
| HSL | 261.08º | 0.17% | 0.42% | - |
| HSV(B) | 261.08º | 0.3% | 0.49% | - |
| XYZ | 12.56 | 11.23 | 20.91 | - |
| YUV | 96.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 125 | 0.19 | 0.30 | 0 | 0.51 | 261.08 | 0.17 | 0.42 |
| Hex | 65 | 58 | 7D | 13 | 1E | 0 | 33 | 105 | 11 | 2A |
| Octal | 145 | 130 | 175 | 23 | 36 | 0 | 63 | 405 | 21 | 52 |
| Binary | 1100101 | 1011000 | 1111101 | 10011 | 11110 | 0 | 110011 | 100000101 | 10001 | 101010 |
Color Harmonies of #65587D
Complementary color
Monochromatic Colors of #65587D
Black with #65587D
Text Example
Text Example
White with #65587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65587D; }
p { color: rgb(101,88,125); }
H1.HeaderClassName
{
color: #65587D;
}
.AnyTagClassName
{
color: #65587D;
}
</style>
background-color css
<style>
a { background-color: #65587D; }
a { background-color: rgb(101,88,125); }
div.DivClassName
{
background-color: #65587D;
}
.BgClassName
{
background-color: #65587D;
}
</style>
border-color css
<style>
span { border-color: #65587D; }
span { border-color: rgb(101,88,125); }
td.TdClassName
{
border-color: #65587D;
}
.TagClassName
{
border-color: #65587D;
}
</style>