Shades of Kimberly #66587D
Tints of Kimberly #66587D
RGB
CMYK
RGB Variations
Color information
#66587D (or 0x66587D) is known color: Kimberly. HEX triplet: 66, 58 and 7D. RGB value is (102,88,125). Sum of RGB (Red+Green+Blue) = 102+88+125=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #66587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66587D is #99A782. Grayscale: #606060. Windows color (decimal): -10069891 or 8214630. OLE color: 8214630.
HSL color Cylindrical-coordinate representation of color #66587D: hue angle of 262.7º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66587D is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 88 | 125 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.51 |
| HSL | 262.7º | 0.17% | 0.42% | - |
| HSV(B) | 262.7º | 0.3% | 0.49% | - |
| XYZ | 12.67 | 11.28 | 20.91 | - |
| YUV | 96.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 125 | 0.18 | 0.30 | 0 | 0.51 | 262.7 | 0.17 | 0.42 |
| Hex | 66 | 58 | 7D | 12 | 1E | 0 | 33 | 107 | 11 | 2A |
| Octal | 146 | 130 | 175 | 22 | 36 | 0 | 63 | 407 | 21 | 52 |
| Binary | 1100110 | 1011000 | 1111101 | 10010 | 11110 | 0 | 110011 | 100000111 | 10001 | 101010 |
Color Harmonies of #66587D
Complementary color
Monochromatic Colors of #66587D
Black with #66587D
Text Example
Text Example
White with #66587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66587D; }
p { color: rgb(102,88,125); }
H1.HeaderClassName
{
color: #66587D;
}
.AnyTagClassName
{
color: #66587D;
}
</style>
background-color css
<style>
a { background-color: #66587D; }
a { background-color: rgb(102,88,125); }
div.DivClassName
{
background-color: #66587D;
}
.BgClassName
{
background-color: #66587D;
}
</style>
border-color css
<style>
span { border-color: #66587D; }
span { border-color: rgb(102,88,125); }
td.TdClassName
{
border-color: #66587D;
}
.TagClassName
{
border-color: #66587D;
}
</style>