Shades of Kimberly #665B88
Tints of Kimberly #665B88
RGB
CMYK
RGB Variations
Color information
#665B88 (or 0x665B88) is known color: Kimberly. HEX triplet: 66, 5B and 88. RGB value is (102,91,136). Sum of RGB (Red+Green+Blue) = 102+91+136=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #665B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B88 is #99A477. Grayscale: #636363. Windows color (decimal): -10069112 or 8936294. OLE color: 8936294.
HSL color Cylindrical-coordinate representation of color #665B88: hue angle of 254.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665B88 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 91 | 136 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.47 |
| HSL | 254.67º | 0.2% | 0.45% | - |
| HSV(B) | 254.67º | 0.33% | 0.53% | - |
| XYZ | 13.66 | 12.08 | 24.9 | - |
| YUV | 99.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 136 | 0.25 | 0.33 | 0 | 0.47 | 254.67 | 0.2 | 0.45 |
| Hex | 66 | 5B | 88 | 19 | 21 | 0 | 2F | FF | 14 | 2D |
| Octal | 146 | 133 | 210 | 31 | 41 | 0 | 57 | 377 | 24 | 55 |
| Binary | 1100110 | 1011011 | 10001000 | 11001 | 100001 | 0 | 101111 | 11111111 | 10100 | 101101 |
Color Harmonies of #665B88
Complementary color
Monochromatic Colors of #665B88
Black with #665B88
Text Example
Text Example
White with #665B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B88; }
p { color: rgb(102,91,136); }
H1.HeaderClassName
{
color: #665B88;
}
.AnyTagClassName
{
color: #665B88;
}
</style>
background-color css
<style>
a { background-color: #665B88; }
a { background-color: rgb(102,91,136); }
div.DivClassName
{
background-color: #665B88;
}
.BgClassName
{
background-color: #665B88;
}
</style>
border-color css
<style>
span { border-color: #665B88; }
span { border-color: rgb(102,91,136); }
td.TdClassName
{
border-color: #665B88;
}
.TagClassName
{
border-color: #665B88;
}
</style>