Shades of Kimberly #66567B
Tints of Kimberly #66567B
RGB
CMYK
RGB Variations
Color information
#66567B (or 0x66567B) is known color: Kimberly. HEX triplet: 66, 56 and 7B. RGB value is (102,86,123). Sum of RGB (Red+Green+Blue) = 102+86+123=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #66567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66567B is #99A984. Grayscale: #5E5E5E. Windows color (decimal): -10070405 or 8083046. OLE color: 8083046.
HSL color Cylindrical-coordinate representation of color #66567B: hue angle of 265.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66567B is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 86 | 123 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.52 |
| HSL | 265.95º | 0.18% | 0.41% | - |
| HSV(B) | 265.95º | 0.3% | 0.48% | - |
| XYZ | 12.38 | 10.91 | 20.19 | - |
| YUV | 95 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 123 | 0.17 | 0.30 | 0 | 0.52 | 265.95 | 0.18 | 0.41 |
| Hex | 66 | 56 | 7B | 11 | 1E | 0 | 34 | 10A | 12 | 29 |
| Octal | 146 | 126 | 173 | 21 | 36 | 0 | 64 | 412 | 22 | 51 |
| Binary | 1100110 | 1010110 | 1111011 | 10001 | 11110 | 0 | 110100 | 100001010 | 10010 | 101001 |
Color Harmonies of #66567B
Complementary color
Monochromatic Colors of #66567B
Black with #66567B
Text Example
Text Example
White with #66567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66567B; }
p { color: rgb(102,86,123); }
H1.HeaderClassName
{
color: #66567B;
}
.AnyTagClassName
{
color: #66567B;
}
</style>
background-color css
<style>
a { background-color: #66567B; }
a { background-color: rgb(102,86,123); }
div.DivClassName
{
background-color: #66567B;
}
.BgClassName
{
background-color: #66567B;
}
</style>
border-color css
<style>
span { border-color: #66567B; }
span { border-color: rgb(102,86,123); }
td.TdClassName
{
border-color: #66567B;
}
.TagClassName
{
border-color: #66567B;
}
</style>