Shades of Kimberly #655C90
Tints of Kimberly #655C90
RGB
CMYK
RGB Variations
Color information
#655C90 (or 0x655C90) is known color: Kimberly. HEX triplet: 65, 5C and 90. RGB value is (101,92,144). Sum of RGB (Red+Green+Blue) = 101+92+144=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #655C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C90 is #9AA36F. Grayscale: #646464. Windows color (decimal): -10134384 or 9460837. OLE color: 9460837.
HSL color Cylindrical-coordinate representation of color #655C90: hue angle of 250.38º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655C90 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 92 | 144 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.44 |
| HSL | 250.38º | 0.22% | 0.46% | - |
| HSV(B) | 250.38º | 0.36% | 0.56% | - |
| XYZ | 14.23 | 12.43 | 28.04 | - |
| YUV | 100.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 144 | 0.30 | 0.36 | 0 | 0.44 | 250.38 | 0.22 | 0.46 |
| Hex | 65 | 5C | 90 | 1E | 24 | 0 | 2C | FA | 16 | 2E |
| Octal | 145 | 134 | 220 | 36 | 44 | 0 | 54 | 372 | 26 | 56 |
| Binary | 1100101 | 1011100 | 10010000 | 11110 | 100100 | 0 | 101100 | 11111010 | 10110 | 101110 |
Color Harmonies of #655C90
Complementary color
Monochromatic Colors of #655C90
Black with #655C90
Text Example
Text Example
White with #655C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C90; }
p { color: rgb(101,92,144); }
H1.HeaderClassName
{
color: #655C90;
}
.AnyTagClassName
{
color: #655C90;
}
</style>
background-color css
<style>
a { background-color: #655C90; }
a { background-color: rgb(101,92,144); }
div.DivClassName
{
background-color: #655C90;
}
.BgClassName
{
background-color: #655C90;
}
</style>
border-color css
<style>
span { border-color: #655C90; }
span { border-color: rgb(101,92,144); }
td.TdClassName
{
border-color: #655C90;
}
.TagClassName
{
border-color: #655C90;
}
</style>