Shades of Kimberly #656090
Tints of Kimberly #656090
RGB
CMYK
RGB Variations
Color information
#656090 (or 0x656090) is known color: Kimberly. HEX triplet: 65, 60 and 90. RGB value is (101,96,144). Sum of RGB (Red+Green+Blue) = 101+96+144=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #656090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656090 is #9A9F6F. Grayscale: #666666. Windows color (decimal): -10133360 or 9461861. OLE color: 9461861.
HSL color Cylindrical-coordinate representation of color #656090: hue angle of 246.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656090 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 96 | 144 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.44 |
| HSL | 246.25º | 0.2% | 0.47% | - |
| HSV(B) | 246.25º | 0.33% | 0.56% | - |
| XYZ | 14.58 | 13.15 | 28.15 | - |
| YUV | 102.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 144 | 0.30 | 0.33 | 0 | 0.44 | 246.25 | 0.2 | 0.47 |
| Hex | 65 | 60 | 90 | 1E | 21 | 0 | 2C | F6 | 14 | 2F |
| Octal | 145 | 140 | 220 | 36 | 41 | 0 | 54 | 366 | 24 | 57 |
| Binary | 1100101 | 1100000 | 10010000 | 11110 | 100001 | 0 | 101100 | 11110110 | 10100 | 101111 |
Color Harmonies of #656090
Complementary color
Monochromatic Colors of #656090
Black with #656090
Text Example
Text Example
White with #656090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656090; }
p { color: rgb(101,96,144); }
H1.HeaderClassName
{
color: #656090;
}
.AnyTagClassName
{
color: #656090;
}
</style>
background-color css
<style>
a { background-color: #656090; }
a { background-color: rgb(101,96,144); }
div.DivClassName
{
background-color: #656090;
}
.BgClassName
{
background-color: #656090;
}
</style>
border-color css
<style>
span { border-color: #656090; }
span { border-color: rgb(101,96,144); }
td.TdClassName
{
border-color: #656090;
}
.TagClassName
{
border-color: #656090;
}
</style>