Shades of Kimberly #61557C
Tints of Kimberly #61557C
RGB
CMYK
RGB Variations
Color information
#61557C (or 0x61557C) is known color: Kimberly. HEX triplet: 61, 55 and 7C. RGB value is (97,85,124). Sum of RGB (Red+Green+Blue) = 97+85+124=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #61557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557C is #9EAA83. Grayscale: #5C5C5C. Windows color (decimal): -10398340 or 8148321. OLE color: 8148321.
HSL color Cylindrical-coordinate representation of color #61557C: hue angle of 258.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61557C is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 85 | 124 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.51 |
| HSL | 258.46º | 0.19% | 0.41% | - |
| HSV(B) | 258.46º | 0.31% | 0.49% | - |
| XYZ | 11.82 | 10.49 | 20.47 | - |
| YUV | 93.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 124 | 0.22 | 0.31 | 0 | 0.51 | 258.46 | 0.19 | 0.41 |
| Hex | 61 | 55 | 7C | 16 | 1F | 0 | 33 | 102 | 13 | 29 |
| Octal | 141 | 125 | 174 | 26 | 37 | 0 | 63 | 402 | 23 | 51 |
| Binary | 1100001 | 1010101 | 1111100 | 10110 | 11111 | 0 | 110011 | 100000010 | 10011 | 101001 |
Color Harmonies of #61557C
Complementary color
Monochromatic Colors of #61557C
Black with #61557C
Text Example
Text Example
White with #61557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61557C; }
p { color: rgb(97,85,124); }
H1.HeaderClassName
{
color: #61557C;
}
.AnyTagClassName
{
color: #61557C;
}
</style>
background-color css
<style>
a { background-color: #61557C; }
a { background-color: rgb(97,85,124); }
div.DivClassName
{
background-color: #61557C;
}
.BgClassName
{
background-color: #61557C;
}
</style>
border-color css
<style>
span { border-color: #61557C; }
span { border-color: rgb(97,85,124); }
td.TdClassName
{
border-color: #61557C;
}
.TagClassName
{
border-color: #61557C;
}
</style>