Shades of Kimberly #665B82
Tints of Kimberly #665B82
RGB
CMYK
RGB Variations
Color information
#665B82 (or 0x665B82) is known color: Kimberly. HEX triplet: 66, 5B and 82. RGB value is (102,91,130). Sum of RGB (Red+Green+Blue) = 102+91+130=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #665B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B82 is #99A47D. Grayscale: #626262. Windows color (decimal): -10069118 or 8543078. OLE color: 8543078.
HSL color Cylindrical-coordinate representation of color #665B82: hue angle of 256.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665B82 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 91 | 130 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.49 |
| HSL | 256.92º | 0.18% | 0.43% | - |
| HSV(B) | 256.92º | 0.3% | 0.51% | - |
| XYZ | 13.25 | 11.92 | 22.72 | - |
| YUV | 98.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 130 | 0.22 | 0.30 | 0 | 0.49 | 256.92 | 0.18 | 0.43 |
| Hex | 66 | 5B | 82 | 16 | 1E | 0 | 31 | 101 | 12 | 2B |
| Octal | 146 | 133 | 202 | 26 | 36 | 0 | 61 | 401 | 22 | 53 |
| Binary | 1100110 | 1011011 | 10000010 | 10110 | 11110 | 0 | 110001 | 100000001 | 10010 | 101011 |
Color Harmonies of #665B82
Complementary color
Monochromatic Colors of #665B82
Black with #665B82
Text Example
Text Example
White with #665B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B82; }
p { color: rgb(102,91,130); }
H1.HeaderClassName
{
color: #665B82;
}
.AnyTagClassName
{
color: #665B82;
}
</style>
background-color css
<style>
a { background-color: #665B82; }
a { background-color: rgb(102,91,130); }
div.DivClassName
{
background-color: #665B82;
}
.BgClassName
{
background-color: #665B82;
}
</style>
border-color css
<style>
span { border-color: #665B82; }
span { border-color: rgb(102,91,130); }
td.TdClassName
{
border-color: #665B82;
}
.TagClassName
{
border-color: #665B82;
}
</style>