Shades of Kimberly #66557B
Tints of Kimberly #66557B
RGB
CMYK
RGB Variations
Color information
#66557B (or 0x66557B) is known color: Kimberly. HEX triplet: 66, 55 and 7B. RGB value is (102,85,123). Sum of RGB (Red+Green+Blue) = 102+85+123=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #66557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66557B is #99AA84. Grayscale: #5E5E5E. Windows color (decimal): -10070661 or 8082790. OLE color: 8082790.
HSL color Cylindrical-coordinate representation of color #66557B: hue angle of 266.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66557B is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 85 | 123 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.52 |
| HSL | 266.84º | 0.18% | 0.41% | - |
| HSV(B) | 266.84º | 0.31% | 0.48% | - |
| XYZ | 12.3 | 10.75 | 20.17 | - |
| YUV | 94.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 123 | 0.17 | 0.31 | 0 | 0.52 | 266.84 | 0.18 | 0.41 |
| Hex | 66 | 55 | 7B | 11 | 1F | 0 | 34 | 10B | 12 | 29 |
| Octal | 146 | 125 | 173 | 21 | 37 | 0 | 64 | 413 | 22 | 51 |
| Binary | 1100110 | 1010101 | 1111011 | 10001 | 11111 | 0 | 110100 | 100001011 | 10010 | 101001 |
Color Harmonies of #66557B
Complementary color
Monochromatic Colors of #66557B
Black with #66557B
Text Example
Text Example
White with #66557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66557B; }
p { color: rgb(102,85,123); }
H1.HeaderClassName
{
color: #66557B;
}
.AnyTagClassName
{
color: #66557B;
}
</style>
background-color css
<style>
a { background-color: #66557B; }
a { background-color: rgb(102,85,123); }
div.DivClassName
{
background-color: #66557B;
}
.BgClassName
{
background-color: #66557B;
}
</style>
border-color css
<style>
span { border-color: #66557B; }
span { border-color: rgb(102,85,123); }
td.TdClassName
{
border-color: #66557B;
}
.TagClassName
{
border-color: #66557B;
}
</style>