Shades of Kimberly #61577E
Tints of Kimberly #61577E
RGB
CMYK
RGB Variations
Color information
#61577E (or 0x61577E) is known color: Kimberly. HEX triplet: 61, 57 and 7E. RGB value is (97,87,126). Sum of RGB (Red+Green+Blue) = 97+87+126=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #61577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61577E is #9EA881. Grayscale: #5E5E5E. Windows color (decimal): -10397826 or 8279905. OLE color: 8279905.
HSL color Cylindrical-coordinate representation of color #61577E: hue angle of 255.38º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61577E is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 87 | 126 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.51 |
| HSL | 255.38º | 0.18% | 0.42% | - |
| HSV(B) | 255.38º | 0.31% | 0.49% | - |
| XYZ | 12.1 | 10.86 | 21.2 | - |
| YUV | 94.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 126 | 0.23 | 0.31 | 0 | 0.51 | 255.38 | 0.18 | 0.42 |
| Hex | 61 | 57 | 7E | 17 | 1F | 0 | 33 | FF | 12 | 2A |
| Octal | 141 | 127 | 176 | 27 | 37 | 0 | 63 | 377 | 22 | 52 |
| Binary | 1100001 | 1010111 | 1111110 | 10111 | 11111 | 0 | 110011 | 11111111 | 10010 | 101010 |
Color Harmonies of #61577E
Complementary color
Monochromatic Colors of #61577E
Black with #61577E
Text Example
Text Example
White with #61577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61577E; }
p { color: rgb(97,87,126); }
H1.HeaderClassName
{
color: #61577E;
}
.AnyTagClassName
{
color: #61577E;
}
</style>
background-color css
<style>
a { background-color: #61577E; }
a { background-color: rgb(97,87,126); }
div.DivClassName
{
background-color: #61577E;
}
.BgClassName
{
background-color: #61577E;
}
</style>
border-color css
<style>
span { border-color: #61577E; }
span { border-color: rgb(97,87,126); }
td.TdClassName
{
border-color: #61577E;
}
.TagClassName
{
border-color: #61577E;
}
</style>