Shades of Kimberly #605C85
Tints of Kimberly #605C85
RGB
CMYK
RGB Variations
Color information
#605C85 (or 0x605C85) is known color: Kimberly. HEX triplet: 60, 5C and 85. RGB value is (96,92,133). Sum of RGB (Red+Green+Blue) = 96+92+133=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #605C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C85 is #9FA37A. Grayscale: #616161. Windows color (decimal): -10462075 or 8739936. OLE color: 8739936.
HSL color Cylindrical-coordinate representation of color #605C85: hue angle of 245.85º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605C85 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 92 | 133 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.48 |
| HSL | 245.85º | 0.18% | 0.44% | - |
| HSV(B) | 245.85º | 0.31% | 0.52% | - |
| XYZ | 12.88 | 11.83 | 23.8 | - |
| YUV | 97.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 133 | 0.28 | 0.31 | 0 | 0.48 | 245.85 | 0.18 | 0.44 |
| Hex | 60 | 5C | 85 | 1C | 1F | 0 | 30 | F6 | 12 | 2C |
| Octal | 140 | 134 | 205 | 34 | 37 | 0 | 60 | 366 | 22 | 54 |
| Binary | 1100000 | 1011100 | 10000101 | 11100 | 11111 | 0 | 110000 | 11110110 | 10010 | 101100 |
Color Harmonies of #605C85
Complementary color
Monochromatic Colors of #605C85
Black with #605C85
Text Example
Text Example
White with #605C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C85; }
p { color: rgb(96,92,133); }
H1.HeaderClassName
{
color: #605C85;
}
.AnyTagClassName
{
color: #605C85;
}
</style>
background-color css
<style>
a { background-color: #605C85; }
a { background-color: rgb(96,92,133); }
div.DivClassName
{
background-color: #605C85;
}
.BgClassName
{
background-color: #605C85;
}
</style>
border-color css
<style>
span { border-color: #605C85; }
span { border-color: rgb(96,92,133); }
td.TdClassName
{
border-color: #605C85;
}
.TagClassName
{
border-color: #605C85;
}
</style>