Shades of Kimberly #62537A
Tints of Kimberly #62537A
RGB
CMYK
RGB Variations
Color information
#62537A (or 0x62537A) is known color: Kimberly. HEX triplet: 62, 53 and 7A. RGB value is (98,83,122). Sum of RGB (Red+Green+Blue) = 98+83+122=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #62537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62537A is #9DAC85. Grayscale: #5B5B5B. Windows color (decimal): -10333318 or 8016738. OLE color: 8016738.
HSL color Cylindrical-coordinate representation of color #62537A: hue angle of 263.08º 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 #62537A is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 83 | 122 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.52 |
| HSL | 263.08º | 0.19% | 0.4% | - |
| HSV(B) | 263.08º | 0.32% | 0.48% | - |
| XYZ | 11.64 | 10.19 | 19.77 | - |
| YUV | 91.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 122 | 0.20 | 0.32 | 0 | 0.52 | 263.08 | 0.19 | 0.4 |
| Hex | 62 | 53 | 7A | 14 | 20 | 0 | 34 | 107 | 13 | 28 |
| Octal | 142 | 123 | 172 | 24 | 40 | 0 | 64 | 407 | 23 | 50 |
| Binary | 1100010 | 1010011 | 1111010 | 10100 | 100000 | 0 | 110100 | 100000111 | 10011 | 101000 |
Color Harmonies of #62537A
Complementary color
Monochromatic Colors of #62537A
Black with #62537A
Text Example
Text Example
White with #62537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62537A; }
p { color: rgb(98,83,122); }
H1.HeaderClassName
{
color: #62537A;
}
.AnyTagClassName
{
color: #62537A;
}
</style>
background-color css
<style>
a { background-color: #62537A; }
a { background-color: rgb(98,83,122); }
div.DivClassName
{
background-color: #62537A;
}
.BgClassName
{
background-color: #62537A;
}
</style>
border-color css
<style>
span { border-color: #62537A; }
span { border-color: rgb(98,83,122); }
td.TdClassName
{
border-color: #62537A;
}
.TagClassName
{
border-color: #62537A;
}
</style>