Shades of Kimberly #605780
Tints of Kimberly #605780
RGB
CMYK
RGB Variations
Color information
#605780 (or 0x605780) is known color: Kimberly. HEX triplet: 60, 57 and 80. RGB value is (96,87,128). Sum of RGB (Red+Green+Blue) = 96+87+128=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #605780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605780 is #9FA87F. Grayscale: #5E5E5E. Windows color (decimal): -10463360 or 8410976. OLE color: 8410976.
HSL color Cylindrical-coordinate representation of color #605780: hue angle of 253.17º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605780 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 87 | 128 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.50 |
| HSL | 253.17º | 0.19% | 0.42% | - |
| HSV(B) | 253.17º | 0.32% | 0.5% | - |
| XYZ | 12.13 | 10.86 | 21.88 | - |
| YUV | 94.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 128 | 0.25 | 0.32 | 0 | 0.50 | 253.17 | 0.19 | 0.42 |
| Hex | 60 | 57 | 80 | 19 | 20 | 0 | 32 | FD | 13 | 2A |
| Octal | 140 | 127 | 200 | 31 | 40 | 0 | 62 | 375 | 23 | 52 |
| Binary | 1100000 | 1010111 | 10000000 | 11001 | 100000 | 0 | 110010 | 11111101 | 10011 | 101010 |
Color Harmonies of #605780
Complementary color
Monochromatic Colors of #605780
Black with #605780
Text Example
Text Example
White with #605780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605780; }
p { color: rgb(96,87,128); }
H1.HeaderClassName
{
color: #605780;
}
.AnyTagClassName
{
color: #605780;
}
</style>
background-color css
<style>
a { background-color: #605780; }
a { background-color: rgb(96,87,128); }
div.DivClassName
{
background-color: #605780;
}
.BgClassName
{
background-color: #605780;
}
</style>
border-color css
<style>
span { border-color: #605780; }
span { border-color: rgb(96,87,128); }
td.TdClassName
{
border-color: #605780;
}
.TagClassName
{
border-color: #605780;
}
</style>