Shades of Kimberly #65597D
Tints of Kimberly #65597D
RGB
CMYK
RGB Variations
Color information
#65597D (or 0x65597D) is known color: Kimberly. HEX triplet: 65, 59 and 7D. RGB value is (101,89,125). Sum of RGB (Red+Green+Blue) = 101+89+125=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #65597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65597D is #9AA682. Grayscale: #606060. Windows color (decimal): -10135171 or 8214885. OLE color: 8214885.
HSL color Cylindrical-coordinate representation of color #65597D: hue angle of 260º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65597D is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 89 | 125 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.51 |
| HSL | 260º | 0.17% | 0.42% | - |
| HSV(B) | 260º | 0.29% | 0.49% | - |
| XYZ | 12.64 | 11.39 | 20.93 | - |
| YUV | 96.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 125 | 0.19 | 0.29 | 0 | 0.51 | 260 | 0.17 | 0.42 |
| Hex | 65 | 59 | 7D | 13 | 1D | 0 | 33 | 104 | 11 | 2A |
| Octal | 145 | 131 | 175 | 23 | 35 | 0 | 63 | 404 | 21 | 52 |
| Binary | 1100101 | 1011001 | 1111101 | 10011 | 11101 | 0 | 110011 | 100000100 | 10001 | 101010 |
Color Harmonies of #65597D
Complementary color
Monochromatic Colors of #65597D
Black with #65597D
Text Example
Text Example
White with #65597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65597D; }
p { color: rgb(101,89,125); }
H1.HeaderClassName
{
color: #65597D;
}
.AnyTagClassName
{
color: #65597D;
}
</style>
background-color css
<style>
a { background-color: #65597D; }
a { background-color: rgb(101,89,125); }
div.DivClassName
{
background-color: #65597D;
}
.BgClassName
{
background-color: #65597D;
}
</style>
border-color css
<style>
span { border-color: #65597D; }
span { border-color: rgb(101,89,125); }
td.TdClassName
{
border-color: #65597D;
}
.TagClassName
{
border-color: #65597D;
}
</style>