Shades of Kimberly #66587F
Tints of Kimberly #66587F
RGB
CMYK
RGB Variations
Color information
#66587F (or 0x66587F) is known color: Kimberly. HEX triplet: 66, 58 and 7F. RGB value is (102,88,127). Sum of RGB (Red+Green+Blue) = 102+88+127=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #66587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66587F is #99A780. Grayscale: #606060. Windows color (decimal): -10069889 or 8345702. OLE color: 8345702.
HSL color Cylindrical-coordinate representation of color #66587F: hue angle of 261.54º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66587F is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 88 | 127 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.50 |
| HSL | 261.54º | 0.18% | 0.42% | - |
| HSV(B) | 261.54º | 0.31% | 0.5% | - |
| XYZ | 12.8 | 11.34 | 21.59 | - |
| YUV | 96.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 127 | 0.20 | 0.31 | 0 | 0.50 | 261.54 | 0.18 | 0.42 |
| Hex | 66 | 58 | 7F | 14 | 1F | 0 | 32 | 106 | 12 | 2A |
| Octal | 146 | 130 | 177 | 24 | 37 | 0 | 62 | 406 | 22 | 52 |
| Binary | 1100110 | 1011000 | 1111111 | 10100 | 11111 | 0 | 110010 | 100000110 | 10010 | 101010 |
Color Harmonies of #66587F
Complementary color
Monochromatic Colors of #66587F
Black with #66587F
Text Example
Text Example
White with #66587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66587F; }
p { color: rgb(102,88,127); }
H1.HeaderClassName
{
color: #66587F;
}
.AnyTagClassName
{
color: #66587F;
}
</style>
background-color css
<style>
a { background-color: #66587F; }
a { background-color: rgb(102,88,127); }
div.DivClassName
{
background-color: #66587F;
}
.BgClassName
{
background-color: #66587F;
}
</style>
border-color css
<style>
span { border-color: #66587F; }
span { border-color: rgb(102,88,127); }
td.TdClassName
{
border-color: #66587F;
}
.TagClassName
{
border-color: #66587F;
}
</style>