Shades of Kimberly #66587B
Tints of Kimberly #66587B
RGB
CMYK
RGB Variations
Color information
#66587B (or 0x66587B) is known color: Kimberly. HEX triplet: 66, 58 and 7B. RGB value is (102,88,123). Sum of RGB (Red+Green+Blue) = 102+88+123=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #66587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66587B is #99A784. Grayscale: #606060. Windows color (decimal): -10069893 or 8083558. OLE color: 8083558.
HSL color Cylindrical-coordinate representation of color #66587B: hue angle of 264º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66587B is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 88 | 123 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.52 |
| HSL | 264º | 0.17% | 0.41% | - |
| HSV(B) | 264º | 0.28% | 0.48% | - |
| XYZ | 12.54 | 11.23 | 20.25 | - |
| YUV | 96.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 123 | 0.17 | 0.28 | 0 | 0.52 | 264 | 0.17 | 0.41 |
| Hex | 66 | 58 | 7B | 11 | 1C | 0 | 34 | 108 | 11 | 29 |
| Octal | 146 | 130 | 173 | 21 | 34 | 0 | 64 | 410 | 21 | 51 |
| Binary | 1100110 | 1011000 | 1111011 | 10001 | 11100 | 0 | 110100 | 100001000 | 10001 | 101001 |
Color Harmonies of #66587B
Complementary color
Monochromatic Colors of #66587B
Black with #66587B
Text Example
Text Example
White with #66587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66587B; }
p { color: rgb(102,88,123); }
H1.HeaderClassName
{
color: #66587B;
}
.AnyTagClassName
{
color: #66587B;
}
</style>
background-color css
<style>
a { background-color: #66587B; }
a { background-color: rgb(102,88,123); }
div.DivClassName
{
background-color: #66587B;
}
.BgClassName
{
background-color: #66587B;
}
</style>
border-color css
<style>
span { border-color: #66587B; }
span { border-color: rgb(102,88,123); }
td.TdClassName
{
border-color: #66587B;
}
.TagClassName
{
border-color: #66587B;
}
</style>