Shades of Kimberly #65557A
Tints of Kimberly #65557A
RGB
CMYK
RGB Variations
Color information
#65557A (or 0x65557A) is known color: Kimberly. HEX triplet: 65, 55 and 7A. RGB value is (101,85,122). Sum of RGB (Red+Green+Blue) = 101+85+122=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #65557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65557A is #9AAA85. Grayscale: #5D5D5D. Windows color (decimal): -10136198 or 8017253. OLE color: 8017253.
HSL color Cylindrical-coordinate representation of color #65557A: hue angle of 265.95º 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 #65557A is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 85 | 122 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.52 |
| HSL | 265.95º | 0.18% | 0.41% | - |
| HSV(B) | 265.95º | 0.3% | 0.48% | - |
| XYZ | 12.13 | 10.67 | 19.83 | - |
| YUV | 94 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 122 | 0.17 | 0.30 | 0 | 0.52 | 265.95 | 0.18 | 0.41 |
| Hex | 65 | 55 | 7A | 11 | 1E | 0 | 34 | 10A | 12 | 29 |
| Octal | 145 | 125 | 172 | 21 | 36 | 0 | 64 | 412 | 22 | 51 |
| Binary | 1100101 | 1010101 | 1111010 | 10001 | 11110 | 0 | 110100 | 100001010 | 10010 | 101001 |
Color Harmonies of #65557A
Complementary color
Monochromatic Colors of #65557A
Black with #65557A
Text Example
Text Example
White with #65557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65557A; }
p { color: rgb(101,85,122); }
H1.HeaderClassName
{
color: #65557A;
}
.AnyTagClassName
{
color: #65557A;
}
</style>
background-color css
<style>
a { background-color: #65557A; }
a { background-color: rgb(101,85,122); }
div.DivClassName
{
background-color: #65557A;
}
.BgClassName
{
background-color: #65557A;
}
</style>
border-color css
<style>
span { border-color: #65557A; }
span { border-color: rgb(101,85,122); }
td.TdClassName
{
border-color: #65557A;
}
.TagClassName
{
border-color: #65557A;
}
</style>