Shades of Kimberly #655E81
Tints of Kimberly #655E81
RGB
CMYK
RGB Variations
Color information
#655E81 (or 0x655E81) is known color: Kimberly. HEX triplet: 65, 5E and 81. RGB value is (101,94,129). Sum of RGB (Red+Green+Blue) = 101+94+129=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #655E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655E81 is #9AA17E. Grayscale: #636363. Windows color (decimal): -10133887 or 8478309. OLE color: 8478309.
HSL color Cylindrical-coordinate representation of color #655E81: hue angle of 252º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #655E81 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 94 | 129 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.49 |
| HSL | 252º | 0.16% | 0.44% | - |
| HSV(B) | 252º | 0.27% | 0.51% | - |
| XYZ | 13.33 | 12.36 | 22.45 | - |
| YUV | 100.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 129 | 0.22 | 0.27 | 0 | 0.49 | 252 | 0.16 | 0.44 |
| Hex | 65 | 5E | 81 | 16 | 1B | 0 | 31 | FC | 10 | 2C |
| Octal | 145 | 136 | 201 | 26 | 33 | 0 | 61 | 374 | 20 | 54 |
| Binary | 1100101 | 1011110 | 10000001 | 10110 | 11011 | 0 | 110001 | 11111100 | 10000 | 101100 |
Color Harmonies of #655E81
Complementary color
Monochromatic Colors of #655E81
Black with #655E81
Text Example
Text Example
White with #655E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E81; }
p { color: rgb(101,94,129); }
H1.HeaderClassName
{
color: #655E81;
}
.AnyTagClassName
{
color: #655E81;
}
</style>
background-color css
<style>
a { background-color: #655E81; }
a { background-color: rgb(101,94,129); }
div.DivClassName
{
background-color: #655E81;
}
.BgClassName
{
background-color: #655E81;
}
</style>
border-color css
<style>
span { border-color: #655E81; }
span { border-color: rgb(101,94,129); }
td.TdClassName
{
border-color: #655E81;
}
.TagClassName
{
border-color: #655E81;
}
</style>