Shades of Kimberly #65577C
Tints of Kimberly #65577C
RGB
CMYK
RGB Variations
Color information
#65577C (or 0x65577C) is known color: Kimberly. HEX triplet: 65, 57 and 7C. RGB value is (101,87,124). Sum of RGB (Red+Green+Blue) = 101+87+124=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #65577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65577C is #9AA883. Grayscale: #5F5F5F. Windows color (decimal): -10135684 or 8148837. OLE color: 8148837.
HSL color Cylindrical-coordinate representation of color #65577C: hue angle of 262.7º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65577C is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 87 | 124 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.51 |
| HSL | 262.7º | 0.18% | 0.41% | - |
| HSV(B) | 262.7º | 0.3% | 0.49% | - |
| XYZ | 12.41 | 11.04 | 20.55 | - |
| YUV | 95.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 124 | 0.19 | 0.30 | 0 | 0.51 | 262.7 | 0.18 | 0.41 |
| Hex | 65 | 57 | 7C | 13 | 1E | 0 | 33 | 107 | 12 | 29 |
| Octal | 145 | 127 | 174 | 23 | 36 | 0 | 63 | 407 | 22 | 51 |
| Binary | 1100101 | 1010111 | 1111100 | 10011 | 11110 | 0 | 110011 | 100000111 | 10010 | 101001 |
Color Harmonies of #65577C
Complementary color
Monochromatic Colors of #65577C
Black with #65577C
Text Example
Text Example
White with #65577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65577C; }
p { color: rgb(101,87,124); }
H1.HeaderClassName
{
color: #65577C;
}
.AnyTagClassName
{
color: #65577C;
}
</style>
background-color css
<style>
a { background-color: #65577C; }
a { background-color: rgb(101,87,124); }
div.DivClassName
{
background-color: #65577C;
}
.BgClassName
{
background-color: #65577C;
}
</style>
border-color css
<style>
span { border-color: #65577C; }
span { border-color: rgb(101,87,124); }
td.TdClassName
{
border-color: #65577C;
}
.TagClassName
{
border-color: #65577C;
}
</style>