Shades of Kimberly #655F8B
Tints of Kimberly #655F8B
RGB
CMYK
RGB Variations
Color information
#655F8B (or 0x655F8B) is known color: Kimberly. HEX triplet: 65, 5F and 8B. RGB value is (101,95,139). Sum of RGB (Red+Green+Blue) = 101+95+139=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #655F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F8B is #9AA074. Grayscale: #656565. Windows color (decimal): -10133621 or 9133925. OLE color: 9133925.
HSL color Cylindrical-coordinate representation of color #655F8B: hue angle of 248.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655F8B is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 95 | 139 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.45 |
| HSL | 248.18º | 0.19% | 0.46% | - |
| HSV(B) | 248.18º | 0.32% | 0.55% | - |
| XYZ | 14.12 | 12.82 | 26.16 | - |
| YUV | 101.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 139 | 0.27 | 0.32 | 0 | 0.45 | 248.18 | 0.19 | 0.46 |
| Hex | 65 | 5F | 8B | 1B | 20 | 0 | 2D | F8 | 13 | 2E |
| Octal | 145 | 137 | 213 | 33 | 40 | 0 | 55 | 370 | 23 | 56 |
| Binary | 1100101 | 1011111 | 10001011 | 11011 | 100000 | 0 | 101101 | 11111000 | 10011 | 101110 |
Color Harmonies of #655F8B
Complementary color
Monochromatic Colors of #655F8B
Black with #655F8B
Text Example
Text Example
White with #655F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F8B; }
p { color: rgb(101,95,139); }
H1.HeaderClassName
{
color: #655F8B;
}
.AnyTagClassName
{
color: #655F8B;
}
</style>
background-color css
<style>
a { background-color: #655F8B; }
a { background-color: rgb(101,95,139); }
div.DivClassName
{
background-color: #655F8B;
}
.BgClassName
{
background-color: #655F8B;
}
</style>
border-color css
<style>
span { border-color: #655F8B; }
span { border-color: rgb(101,95,139); }
td.TdClassName
{
border-color: #655F8B;
}
.TagClassName
{
border-color: #655F8B;
}
</style>