Shades of Kimberly #655F90
Tints of Kimberly #655F90
RGB
CMYK
RGB Variations
Color information
#655F90 (or 0x655F90) is known color: Kimberly. HEX triplet: 65, 5F and 90. RGB value is (101,95,144). Sum of RGB (Red+Green+Blue) = 101+95+144=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #655F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F90 is #9AA06F. Grayscale: #666666. Windows color (decimal): -10133616 or 9461605. OLE color: 9461605.
HSL color Cylindrical-coordinate representation of color #655F90: hue angle of 247.35º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655F90 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 95 | 144 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.44 |
| HSL | 247.35º | 0.21% | 0.47% | - |
| HSV(B) | 247.35º | 0.34% | 0.56% | - |
| XYZ | 14.49 | 12.96 | 28.12 | - |
| YUV | 102.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 144 | 0.30 | 0.34 | 0 | 0.44 | 247.35 | 0.21 | 0.47 |
| Hex | 65 | 5F | 90 | 1E | 22 | 0 | 2C | F7 | 15 | 2F |
| Octal | 145 | 137 | 220 | 36 | 42 | 0 | 54 | 367 | 25 | 57 |
| Binary | 1100101 | 1011111 | 10010000 | 11110 | 100010 | 0 | 101100 | 11110111 | 10101 | 101111 |
Color Harmonies of #655F90
Complementary color
Monochromatic Colors of #655F90
Black with #655F90
Text Example
Text Example
White with #655F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F90; }
p { color: rgb(101,95,144); }
H1.HeaderClassName
{
color: #655F90;
}
.AnyTagClassName
{
color: #655F90;
}
</style>
background-color css
<style>
a { background-color: #655F90; }
a { background-color: rgb(101,95,144); }
div.DivClassName
{
background-color: #655F90;
}
.BgClassName
{
background-color: #655F90;
}
</style>
border-color css
<style>
span { border-color: #655F90; }
span { border-color: rgb(101,95,144); }
td.TdClassName
{
border-color: #655F90;
}
.TagClassName
{
border-color: #655F90;
}
</style>