Shades of Kimberly #665F80
Tints of Kimberly #665F80
RGB
CMYK
RGB Variations
Color information
#665F80 (or 0x665F80) is known color: Kimberly. HEX triplet: 66, 5F and 80. RGB value is (102,95,128). Sum of RGB (Red+Green+Blue) = 102+95+128=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #665F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F80 is #99A07F. Grayscale: #646464. Windows color (decimal): -10068096 or 8413030. OLE color: 8413030.
HSL color Cylindrical-coordinate representation of color #665F80: hue angle of 252.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #665F80 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 95 | 128 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.50 |
| HSL | 252.73º | 0.15% | 0.44% | - |
| HSV(B) | 252.73º | 0.26% | 0.5% | - |
| XYZ | 13.47 | 12.57 | 22.14 | - |
| YUV | 100.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 128 | 0.20 | 0.26 | 0 | 0.50 | 252.73 | 0.15 | 0.44 |
| Hex | 66 | 5F | 80 | 14 | 1A | 0 | 32 | FD | F | 2C |
| Octal | 146 | 137 | 200 | 24 | 32 | 0 | 62 | 375 | 17 | 54 |
| Binary | 1100110 | 1011111 | 10000000 | 10100 | 11010 | 0 | 110010 | 11111101 | 1111 | 101100 |
Color Harmonies of #665F80
Complementary color
Monochromatic Colors of #665F80
Black with #665F80
Text Example
Text Example
White with #665F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F80; }
p { color: rgb(102,95,128); }
H1.HeaderClassName
{
color: #665F80;
}
.AnyTagClassName
{
color: #665F80;
}
</style>
background-color css
<style>
a { background-color: #665F80; }
a { background-color: rgb(102,95,128); }
div.DivClassName
{
background-color: #665F80;
}
.BgClassName
{
background-color: #665F80;
}
</style>
border-color css
<style>
span { border-color: #665F80; }
span { border-color: rgb(102,95,128); }
td.TdClassName
{
border-color: #665F80;
}
.TagClassName
{
border-color: #665F80;
}
</style>