Shades of Kimberly #65597F
Tints of Kimberly #65597F
RGB
CMYK
RGB Variations
Color information
#65597F (or 0x65597F) is known color: Kimberly. HEX triplet: 65, 59 and 7F. RGB value is (101,89,127). Sum of RGB (Red+Green+Blue) = 101+89+127=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #65597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65597F is #9AA680. Grayscale: #606060. Windows color (decimal): -10135169 or 8345957. OLE color: 8345957.
HSL color Cylindrical-coordinate representation of color #65597F: hue angle of 258.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65597F is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 89 | 127 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.50 |
| HSL | 258.95º | 0.18% | 0.42% | - |
| HSV(B) | 258.95º | 0.3% | 0.5% | - |
| XYZ | 12.77 | 11.44 | 21.61 | - |
| YUV | 96.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 127 | 0.20 | 0.30 | 0 | 0.50 | 258.95 | 0.18 | 0.42 |
| Hex | 65 | 59 | 7F | 14 | 1E | 0 | 32 | 103 | 12 | 2A |
| Octal | 145 | 131 | 177 | 24 | 36 | 0 | 62 | 403 | 22 | 52 |
| Binary | 1100101 | 1011001 | 1111111 | 10100 | 11110 | 0 | 110010 | 100000011 | 10010 | 101010 |
Color Harmonies of #65597F
Complementary color
Monochromatic Colors of #65597F
Black with #65597F
Text Example
Text Example
White with #65597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65597F; }
p { color: rgb(101,89,127); }
H1.HeaderClassName
{
color: #65597F;
}
.AnyTagClassName
{
color: #65597F;
}
</style>
background-color css
<style>
a { background-color: #65597F; }
a { background-color: rgb(101,89,127); }
div.DivClassName
{
background-color: #65597F;
}
.BgClassName
{
background-color: #65597F;
}
</style>
border-color css
<style>
span { border-color: #65597F; }
span { border-color: rgb(101,89,127); }
td.TdClassName
{
border-color: #65597F;
}
.TagClassName
{
border-color: #65597F;
}
</style>