Shades of Kimberly #665C85
Tints of Kimberly #665C85
RGB
CMYK
RGB Variations
Color information
#665C85 (or 0x665C85) is known color: Kimberly. HEX triplet: 66, 5C and 85. RGB value is (102,92,133). Sum of RGB (Red+Green+Blue) = 102+92+133=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #665C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C85 is #99A37A. Grayscale: #636363. Windows color (decimal): -10068859 or 8739942. OLE color: 8739942.
HSL color Cylindrical-coordinate representation of color #665C85: hue angle of 254.63º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665C85 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 92 | 133 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.48 |
| HSL | 254.63º | 0.18% | 0.44% | - |
| HSV(B) | 254.63º | 0.31% | 0.52% | - |
| XYZ | 13.54 | 12.17 | 23.83 | - |
| YUV | 99.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 133 | 0.23 | 0.31 | 0 | 0.48 | 254.63 | 0.18 | 0.44 |
| Hex | 66 | 5C | 85 | 17 | 1F | 0 | 30 | FF | 12 | 2C |
| Octal | 146 | 134 | 205 | 27 | 37 | 0 | 60 | 377 | 22 | 54 |
| Binary | 1100110 | 1011100 | 10000101 | 10111 | 11111 | 0 | 110000 | 11111111 | 10010 | 101100 |
Color Harmonies of #665C85
Complementary color
Monochromatic Colors of #665C85
Black with #665C85
Text Example
Text Example
White with #665C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C85; }
p { color: rgb(102,92,133); }
H1.HeaderClassName
{
color: #665C85;
}
.AnyTagClassName
{
color: #665C85;
}
</style>
background-color css
<style>
a { background-color: #665C85; }
a { background-color: rgb(102,92,133); }
div.DivClassName
{
background-color: #665C85;
}
.BgClassName
{
background-color: #665C85;
}
</style>
border-color css
<style>
span { border-color: #665C85; }
span { border-color: rgb(102,92,133); }
td.TdClassName
{
border-color: #665C85;
}
.TagClassName
{
border-color: #665C85;
}
</style>