Shades of Kimberly #656284
Tints of Kimberly #656284
RGB
CMYK
RGB Variations
Color information
#656284 (or 0x656284) is known color: Kimberly. HEX triplet: 65, 62 and 84. RGB value is (101,98,132). Sum of RGB (Red+Green+Blue) = 101+98+132=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #656284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656284 is #9A9D7B. Grayscale: #666666. Windows color (decimal): -10132860 or 8675941. OLE color: 8675941.
HSL color Cylindrical-coordinate representation of color #656284: hue angle of 245.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656284 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 98 | 132 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.48 |
| HSL | 245.29º | 0.15% | 0.45% | - |
| HSV(B) | 245.29º | 0.26% | 0.52% | - |
| XYZ | 13.9 | 13.17 | 23.64 | - |
| YUV | 102.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 132 | 0.23 | 0.26 | 0 | 0.48 | 245.29 | 0.15 | 0.45 |
| Hex | 65 | 62 | 84 | 17 | 1A | 0 | 30 | F5 | F | 2D |
| Octal | 145 | 142 | 204 | 27 | 32 | 0 | 60 | 365 | 17 | 55 |
| Binary | 1100101 | 1100010 | 10000100 | 10111 | 11010 | 0 | 110000 | 11110101 | 1111 | 101101 |
Color Harmonies of #656284
Complementary color
Monochromatic Colors of #656284
Black with #656284
Text Example
Text Example
White with #656284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656284; }
p { color: rgb(101,98,132); }
H1.HeaderClassName
{
color: #656284;
}
.AnyTagClassName
{
color: #656284;
}
</style>
background-color css
<style>
a { background-color: #656284; }
a { background-color: rgb(101,98,132); }
div.DivClassName
{
background-color: #656284;
}
.BgClassName
{
background-color: #656284;
}
</style>
border-color css
<style>
span { border-color: #656284; }
span { border-color: rgb(101,98,132); }
td.TdClassName
{
border-color: #656284;
}
.TagClassName
{
border-color: #656284;
}
</style>