Shades of Kimberly #66567E
Tints of Kimberly #66567E
RGB
CMYK
RGB Variations
Color information
#66567E (or 0x66567E) is known color: Kimberly. HEX triplet: 66, 56 and 7E. RGB value is (102,86,126). Sum of RGB (Red+Green+Blue) = 102+86+126=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #66567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66567E is #99A981. Grayscale: #5F5F5F. Windows color (decimal): -10070402 or 8279654. OLE color: 8279654.
HSL color Cylindrical-coordinate representation of color #66567E: hue angle of 264º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66567E is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 86 | 126 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.51 |
| HSL | 264º | 0.19% | 0.42% | - |
| HSV(B) | 264º | 0.32% | 0.49% | - |
| XYZ | 12.57 | 10.99 | 21.2 | - |
| YUV | 95.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 126 | 0.19 | 0.32 | 0 | 0.51 | 264 | 0.19 | 0.42 |
| Hex | 66 | 56 | 7E | 13 | 20 | 0 | 33 | 108 | 13 | 2A |
| Octal | 146 | 126 | 176 | 23 | 40 | 0 | 63 | 410 | 23 | 52 |
| Binary | 1100110 | 1010110 | 1111110 | 10011 | 100000 | 0 | 110011 | 100001000 | 10011 | 101010 |
Color Harmonies of #66567E
Complementary color
Monochromatic Colors of #66567E
Black with #66567E
Text Example
Text Example
White with #66567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66567E; }
p { color: rgb(102,86,126); }
H1.HeaderClassName
{
color: #66567E;
}
.AnyTagClassName
{
color: #66567E;
}
</style>
background-color css
<style>
a { background-color: #66567E; }
a { background-color: rgb(102,86,126); }
div.DivClassName
{
background-color: #66567E;
}
.BgClassName
{
background-color: #66567E;
}
</style>
border-color css
<style>
span { border-color: #66567E; }
span { border-color: rgb(102,86,126); }
td.TdClassName
{
border-color: #66567E;
}
.TagClassName
{
border-color: #66567E;
}
</style>