Shades of Kimberly #605584
Tints of Kimberly #605584
RGB
CMYK
RGB Variations
Color information
#605584 (or 0x605584) is known color: Kimberly. HEX triplet: 60, 55 and 84. RGB value is (96,85,132). Sum of RGB (Red+Green+Blue) = 96+85+132=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #605584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605584 is #9FAA7B. Grayscale: #5D5D5D. Windows color (decimal): -10463868 or 8672608. OLE color: 8672608.
HSL color Cylindrical-coordinate representation of color #605584: hue angle of 254.04º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605584 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 85 | 132 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.48 |
| HSL | 254.04º | 0.22% | 0.43% | - |
| HSV(B) | 254.04º | 0.36% | 0.52% | - |
| XYZ | 12.24 | 10.65 | 23.24 | - |
| YUV | 93.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 132 | 0.27 | 0.36 | 0 | 0.48 | 254.04 | 0.22 | 0.43 |
| Hex | 60 | 55 | 84 | 1B | 24 | 0 | 30 | FE | 16 | 2B |
| Octal | 140 | 125 | 204 | 33 | 44 | 0 | 60 | 376 | 26 | 53 |
| Binary | 1100000 | 1010101 | 10000100 | 11011 | 100100 | 0 | 110000 | 11111110 | 10110 | 101011 |
Color Harmonies of #605584
Complementary color
Monochromatic Colors of #605584
Black with #605584
Text Example
Text Example
White with #605584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605584; }
p { color: rgb(96,85,132); }
H1.HeaderClassName
{
color: #605584;
}
.AnyTagClassName
{
color: #605584;
}
</style>
background-color css
<style>
a { background-color: #605584; }
a { background-color: rgb(96,85,132); }
div.DivClassName
{
background-color: #605584;
}
.BgClassName
{
background-color: #605584;
}
</style>
border-color css
<style>
span { border-color: #605584; }
span { border-color: rgb(96,85,132); }
td.TdClassName
{
border-color: #605584;
}
.TagClassName
{
border-color: #605584;
}
</style>