Shades of Kimberly #61537A
Tints of Kimberly #61537A
RGB
CMYK
RGB Variations
Color information
#61537A (or 0x61537A) is known color: Kimberly. HEX triplet: 61, 53 and 7A. RGB value is (97,83,122). Sum of RGB (Red+Green+Blue) = 97+83+122=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #61537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61537A is #9EAC85. Grayscale: #5B5B5B. Windows color (decimal): -10398854 or 8016737. OLE color: 8016737.
HSL color Cylindrical-coordinate representation of color #61537A: hue angle of 261.54º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61537A is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 83 | 122 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.52 |
| HSL | 261.54º | 0.19% | 0.4% | - |
| HSV(B) | 261.54º | 0.32% | 0.48% | - |
| XYZ | 11.54 | 10.13 | 19.76 | - |
| YUV | 91.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 122 | 0.20 | 0.32 | 0 | 0.52 | 261.54 | 0.19 | 0.4 |
| Hex | 61 | 53 | 7A | 14 | 20 | 0 | 34 | 106 | 13 | 28 |
| Octal | 141 | 123 | 172 | 24 | 40 | 0 | 64 | 406 | 23 | 50 |
| Binary | 1100001 | 1010011 | 1111010 | 10100 | 100000 | 0 | 110100 | 100000110 | 10011 | 101000 |
Color Harmonies of #61537A
Complementary color
Monochromatic Colors of #61537A
Black with #61537A
Text Example
Text Example
White with #61537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61537A; }
p { color: rgb(97,83,122); }
H1.HeaderClassName
{
color: #61537A;
}
.AnyTagClassName
{
color: #61537A;
}
</style>
background-color css
<style>
a { background-color: #61537A; }
a { background-color: rgb(97,83,122); }
div.DivClassName
{
background-color: #61537A;
}
.BgClassName
{
background-color: #61537A;
}
</style>
border-color css
<style>
span { border-color: #61537A; }
span { border-color: rgb(97,83,122); }
td.TdClassName
{
border-color: #61537A;
}
.TagClassName
{
border-color: #61537A;
}
</style>