Shades of Kimberly #61577C
Tints of Kimberly #61577C
RGB
CMYK
RGB Variations
Color information
#61577C (or 0x61577C) is known color: Kimberly. HEX triplet: 61, 57 and 7C. RGB value is (97,87,124). Sum of RGB (Red+Green+Blue) = 97+87+124=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #61577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61577C is #9EA883. Grayscale: #5E5E5E. Windows color (decimal): -10397828 or 8148833. OLE color: 8148833.
HSL color Cylindrical-coordinate representation of color #61577C: hue angle of 256.22º 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 #61577C is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 87 | 124 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.51 |
| HSL | 256.22º | 0.18% | 0.41% | - |
| HSV(B) | 256.22º | 0.3% | 0.49% | - |
| XYZ | 11.98 | 10.81 | 20.52 | - |
| YUV | 94.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 124 | 0.22 | 0.30 | 0 | 0.51 | 256.22 | 0.18 | 0.41 |
| Hex | 61 | 57 | 7C | 16 | 1E | 0 | 33 | 100 | 12 | 29 |
| Octal | 141 | 127 | 174 | 26 | 36 | 0 | 63 | 400 | 22 | 51 |
| Binary | 1100001 | 1010111 | 1111100 | 10110 | 11110 | 0 | 110011 | 100000000 | 10010 | 101001 |
Color Harmonies of #61577C
Complementary color
Monochromatic Colors of #61577C
Black with #61577C
Text Example
Text Example
White with #61577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61577C; }
p { color: rgb(97,87,124); }
H1.HeaderClassName
{
color: #61577C;
}
.AnyTagClassName
{
color: #61577C;
}
</style>
background-color css
<style>
a { background-color: #61577C; }
a { background-color: rgb(97,87,124); }
div.DivClassName
{
background-color: #61577C;
}
.BgClassName
{
background-color: #61577C;
}
</style>
border-color css
<style>
span { border-color: #61577C; }
span { border-color: rgb(97,87,124); }
td.TdClassName
{
border-color: #61577C;
}
.TagClassName
{
border-color: #61577C;
}
</style>