Shades of Kimberly #61577F
Tints of Kimberly #61577F
RGB
CMYK
RGB Variations
Color information
#61577F (or 0x61577F) is known color: Kimberly. HEX triplet: 61, 57 and 7F. RGB value is (97,87,127). Sum of RGB (Red+Green+Blue) = 97+87+127=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #61577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61577F is #9EA880. Grayscale: #5E5E5E. Windows color (decimal): -10397825 or 8345441. OLE color: 8345441.
HSL color Cylindrical-coordinate representation of color #61577F: hue angle of 255º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61577F is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 87 | 127 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.50 |
| HSL | 255º | 0.19% | 0.42% | - |
| HSV(B) | 255º | 0.31% | 0.5% | - |
| XYZ | 12.17 | 10.89 | 21.54 | - |
| YUV | 94.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 127 | 0.24 | 0.31 | 0 | 0.50 | 255 | 0.19 | 0.42 |
| Hex | 61 | 57 | 7F | 18 | 1F | 0 | 32 | FF | 13 | 2A |
| Octal | 141 | 127 | 177 | 30 | 37 | 0 | 62 | 377 | 23 | 52 |
| Binary | 1100001 | 1010111 | 1111111 | 11000 | 11111 | 0 | 110010 | 11111111 | 10011 | 101010 |
Color Harmonies of #61577F
Complementary color
Monochromatic Colors of #61577F
Black with #61577F
Text Example
Text Example
White with #61577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61577F; }
p { color: rgb(97,87,127); }
H1.HeaderClassName
{
color: #61577F;
}
.AnyTagClassName
{
color: #61577F;
}
</style>
background-color css
<style>
a { background-color: #61577F; }
a { background-color: rgb(97,87,127); }
div.DivClassName
{
background-color: #61577F;
}
.BgClassName
{
background-color: #61577F;
}
</style>
border-color css
<style>
span { border-color: #61577F; }
span { border-color: rgb(97,87,127); }
td.TdClassName
{
border-color: #61577F;
}
.TagClassName
{
border-color: #61577F;
}
</style>