Shades of Kimberly #61527A
Tints of Kimberly #61527A
RGB
CMYK
RGB Variations
Color information
#61527A (or 0x61527A) is known color: Kimberly. HEX triplet: 61, 52 and 7A. RGB value is (97,82,122). Sum of RGB (Red+Green+Blue) = 97+82+122=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #61527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61527A is #9EAD85. Grayscale: #5A5A5A. Windows color (decimal): -10399110 or 8016481. OLE color: 8016481.
HSL color Cylindrical-coordinate representation of color #61527A: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61527A is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 82 | 122 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.52 |
| HSL | 262.5º | 0.2% | 0.4% | - |
| HSV(B) | 262.5º | 0.33% | 0.48% | - |
| XYZ | 11.46 | 9.98 | 19.73 | - |
| YUV | 91.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 122 | 0.20 | 0.33 | 0 | 0.52 | 262.5 | 0.2 | 0.4 |
| Hex | 61 | 52 | 7A | 14 | 21 | 0 | 34 | 106 | 14 | 28 |
| Octal | 141 | 122 | 172 | 24 | 41 | 0 | 64 | 406 | 24 | 50 |
| Binary | 1100001 | 1010010 | 1111010 | 10100 | 100001 | 0 | 110100 | 100000110 | 10100 | 101000 |
Color Harmonies of #61527A
Complementary color
Monochromatic Colors of #61527A
Black with #61527A
Text Example
Text Example
White with #61527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61527A; }
p { color: rgb(97,82,122); }
H1.HeaderClassName
{
color: #61527A;
}
.AnyTagClassName
{
color: #61527A;
}
</style>
background-color css
<style>
a { background-color: #61527A; }
a { background-color: rgb(97,82,122); }
div.DivClassName
{
background-color: #61527A;
}
.BgClassName
{
background-color: #61527A;
}
</style>
border-color css
<style>
span { border-color: #61527A; }
span { border-color: rgb(97,82,122); }
td.TdClassName
{
border-color: #61527A;
}
.TagClassName
{
border-color: #61527A;
}
</style>