Shades of Kimberly #60577C
Tints of Kimberly #60577C
RGB
CMYK
RGB Variations
Color information
#60577C (or 0x60577C) is known color: Kimberly. HEX triplet: 60, 57 and 7C. RGB value is (96,87,124). Sum of RGB (Red+Green+Blue) = 96+87+124=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #60577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60577C is #9FA883. Grayscale: #5D5D5D. Windows color (decimal): -10463364 or 8148832. OLE color: 8148832.
HSL color Cylindrical-coordinate representation of color #60577C: hue angle of 254.59º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60577C is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 87 | 124 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.51 |
| HSL | 254.59º | 0.18% | 0.41% | - |
| HSV(B) | 254.59º | 0.3% | 0.49% | - |
| XYZ | 11.87 | 10.76 | 20.52 | - |
| YUV | 93.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 124 | 0.23 | 0.30 | 0 | 0.51 | 254.59 | 0.18 | 0.41 |
| Hex | 60 | 57 | 7C | 17 | 1E | 0 | 33 | FF | 12 | 29 |
| Octal | 140 | 127 | 174 | 27 | 36 | 0 | 63 | 377 | 22 | 51 |
| Binary | 1100000 | 1010111 | 1111100 | 10111 | 11110 | 0 | 110011 | 11111111 | 10010 | 101001 |
Color Harmonies of #60577C
Complementary color
Monochromatic Colors of #60577C
Black with #60577C
Text Example
Text Example
White with #60577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60577C; }
p { color: rgb(96,87,124); }
H1.HeaderClassName
{
color: #60577C;
}
.AnyTagClassName
{
color: #60577C;
}
</style>
background-color css
<style>
a { background-color: #60577C; }
a { background-color: rgb(96,87,124); }
div.DivClassName
{
background-color: #60577C;
}
.BgClassName
{
background-color: #60577C;
}
</style>
border-color css
<style>
span { border-color: #60577C; }
span { border-color: rgb(96,87,124); }
td.TdClassName
{
border-color: #60577C;
}
.TagClassName
{
border-color: #60577C;
}
</style>