Shades of Kimberly #655C7B
Tints of Kimberly #655C7B
RGB
CMYK
RGB Variations
Color information
#655C7B (or 0x655C7B) is known color: Kimberly. HEX triplet: 65, 5C and 7B. RGB value is (101,92,123). Sum of RGB (Red+Green+Blue) = 101+92+123=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #655C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C7B is #9AA384. Grayscale: #626262. Windows color (decimal): -10134405 or 8084581. OLE color: 8084581.
HSL color Cylindrical-coordinate representation of color #655C7B: hue angle of 257.42º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #655C7B is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 92 | 123 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.52 |
| HSL | 257.42º | 0.14% | 0.42% | - |
| HSV(B) | 257.42º | 0.25% | 0.48% | - |
| XYZ | 12.77 | 11.85 | 20.35 | - |
| YUV | 98.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 123 | 0.18 | 0.25 | 0 | 0.52 | 257.42 | 0.14 | 0.42 |
| Hex | 65 | 5C | 7B | 12 | 19 | 0 | 34 | 101 | E | 2A |
| Octal | 145 | 134 | 173 | 22 | 31 | 0 | 64 | 401 | 16 | 52 |
| Binary | 1100101 | 1011100 | 1111011 | 10010 | 11001 | 0 | 110100 | 100000001 | 1110 | 101010 |
Color Harmonies of #655C7B
Complementary color
Monochromatic Colors of #655C7B
Black with #655C7B
Text Example
Text Example
White with #655C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C7B; }
p { color: rgb(101,92,123); }
H1.HeaderClassName
{
color: #655C7B;
}
.AnyTagClassName
{
color: #655C7B;
}
</style>
background-color css
<style>
a { background-color: #655C7B; }
a { background-color: rgb(101,92,123); }
div.DivClassName
{
background-color: #655C7B;
}
.BgClassName
{
background-color: #655C7B;
}
</style>
border-color css
<style>
span { border-color: #655C7B; }
span { border-color: rgb(101,92,123); }
td.TdClassName
{
border-color: #655C7B;
}
.TagClassName
{
border-color: #655C7B;
}
</style>