Shades of Kimberly #66587C
Tints of Kimberly #66587C
RGB
CMYK
RGB Variations
Color information
#66587C (or 0x66587C) is known color: Kimberly. HEX triplet: 66, 58 and 7C. RGB value is (102,88,124). Sum of RGB (Red+Green+Blue) = 102+88+124=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #66587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66587C is #99A783. Grayscale: #606060. Windows color (decimal): -10069892 or 8149094. OLE color: 8149094.
HSL color Cylindrical-coordinate representation of color #66587C: hue angle of 263.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66587C is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 88 | 124 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.51 |
| HSL | 263.33º | 0.17% | 0.42% | - |
| HSV(B) | 263.33º | 0.29% | 0.49% | - |
| XYZ | 12.61 | 11.26 | 20.58 | - |
| YUV | 96.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 124 | 0.18 | 0.29 | 0 | 0.51 | 263.33 | 0.17 | 0.42 |
| Hex | 66 | 58 | 7C | 12 | 1D | 0 | 33 | 107 | 11 | 2A |
| Octal | 146 | 130 | 174 | 22 | 35 | 0 | 63 | 407 | 21 | 52 |
| Binary | 1100110 | 1011000 | 1111100 | 10010 | 11101 | 0 | 110011 | 100000111 | 10001 | 101010 |
Color Harmonies of #66587C
Complementary color
Monochromatic Colors of #66587C
Black with #66587C
Text Example
Text Example
White with #66587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66587C; }
p { color: rgb(102,88,124); }
H1.HeaderClassName
{
color: #66587C;
}
.AnyTagClassName
{
color: #66587C;
}
</style>
background-color css
<style>
a { background-color: #66587C; }
a { background-color: rgb(102,88,124); }
div.DivClassName
{
background-color: #66587C;
}
.BgClassName
{
background-color: #66587C;
}
</style>
border-color css
<style>
span { border-color: #66587C; }
span { border-color: rgb(102,88,124); }
td.TdClassName
{
border-color: #66587C;
}
.TagClassName
{
border-color: #66587C;
}
</style>