Shades of Kimberly #665D85
Tints of Kimberly #665D85
RGB
CMYK
RGB Variations
Color information
#665D85 (or 0x665D85) is known color: Kimberly. HEX triplet: 66, 5D and 85. RGB value is (102,93,133). Sum of RGB (Red+Green+Blue) = 102+93+133=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #665D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D85 is #99A27A. Grayscale: #646464. Windows color (decimal): -10068603 or 8740198. OLE color: 8740198.
HSL color Cylindrical-coordinate representation of color #665D85: hue angle of 253.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665D85 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 93 | 133 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.48 |
| HSL | 253.5º | 0.18% | 0.44% | - |
| HSV(B) | 253.5º | 0.3% | 0.52% | - |
| XYZ | 13.63 | 12.35 | 23.86 | - |
| YUV | 100.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 133 | 0.23 | 0.30 | 0 | 0.48 | 253.5 | 0.18 | 0.44 |
| Hex | 66 | 5D | 85 | 17 | 1E | 0 | 30 | FE | 12 | 2C |
| Octal | 146 | 135 | 205 | 27 | 36 | 0 | 60 | 376 | 22 | 54 |
| Binary | 1100110 | 1011101 | 10000101 | 10111 | 11110 | 0 | 110000 | 11111110 | 10010 | 101100 |
Color Harmonies of #665D85
Complementary color
Monochromatic Colors of #665D85
Black with #665D85
Text Example
Text Example
White with #665D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D85; }
p { color: rgb(102,93,133); }
H1.HeaderClassName
{
color: #665D85;
}
.AnyTagClassName
{
color: #665D85;
}
</style>
background-color css
<style>
a { background-color: #665D85; }
a { background-color: rgb(102,93,133); }
div.DivClassName
{
background-color: #665D85;
}
.BgClassName
{
background-color: #665D85;
}
</style>
border-color css
<style>
span { border-color: #665D85; }
span { border-color: rgb(102,93,133); }
td.TdClassName
{
border-color: #665D85;
}
.TagClassName
{
border-color: #665D85;
}
</style>