Shades of Kimberly #60588C
Tints of Kimberly #60588C
RGB
CMYK
RGB Variations
Color information
#60588C (or 0x60588C) is known color: Kimberly. HEX triplet: 60, 58 and 8C. RGB value is (96,88,140). Sum of RGB (Red+Green+Blue) = 96+88+140=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #60588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60588C is #9FA773. Grayscale: #606060. Windows color (decimal): -10463092 or 9197664. OLE color: 9197664.
HSL color Cylindrical-coordinate representation of color #60588C: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60588C is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 88 | 140 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.45 |
| HSL | 249.23º | 0.23% | 0.45% | - |
| HSV(B) | 249.23º | 0.37% | 0.55% | - |
| XYZ | 13.05 | 11.36 | 26.32 | - |
| YUV | 96.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 140 | 0.31 | 0.37 | 0 | 0.45 | 249.23 | 0.23 | 0.45 |
| Hex | 60 | 58 | 8C | 1F | 25 | 0 | 2D | F9 | 17 | 2D |
| Octal | 140 | 130 | 214 | 37 | 45 | 0 | 55 | 371 | 27 | 55 |
| Binary | 1100000 | 1011000 | 10001100 | 11111 | 100101 | 0 | 101101 | 11111001 | 10111 | 101101 |
Color Harmonies of #60588C
Complementary color
Monochromatic Colors of #60588C
Black with #60588C
Text Example
Text Example
White with #60588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60588C; }
p { color: rgb(96,88,140); }
H1.HeaderClassName
{
color: #60588C;
}
.AnyTagClassName
{
color: #60588C;
}
</style>
background-color css
<style>
a { background-color: #60588C; }
a { background-color: rgb(96,88,140); }
div.DivClassName
{
background-color: #60588C;
}
.BgClassName
{
background-color: #60588C;
}
</style>
border-color css
<style>
span { border-color: #60588C; }
span { border-color: rgb(96,88,140); }
td.TdClassName
{
border-color: #60588C;
}
.TagClassName
{
border-color: #60588C;
}
</style>