Shades of Kimberly #62597E
Tints of Kimberly #62597E
RGB
CMYK
RGB Variations
Color information
#62597E (or 0x62597E) is known color: Kimberly. HEX triplet: 62, 59 and 7E. RGB value is (98,89,126). Sum of RGB (Red+Green+Blue) = 98+89+126=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #62597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62597E is #9DA681. Grayscale: #5F5F5F. Windows color (decimal): -10331778 or 8280418. OLE color: 8280418.
HSL color Cylindrical-coordinate representation of color #62597E: hue angle of 254.59º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62597E is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 89 | 126 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.51 |
| HSL | 254.59º | 0.17% | 0.42% | - |
| HSV(B) | 254.59º | 0.29% | 0.49% | - |
| XYZ | 12.38 | 11.25 | 21.26 | - |
| YUV | 95.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 126 | 0.22 | 0.29 | 0 | 0.51 | 254.59 | 0.17 | 0.42 |
| Hex | 62 | 59 | 7E | 16 | 1D | 0 | 33 | FF | 11 | 2A |
| Octal | 142 | 131 | 176 | 26 | 35 | 0 | 63 | 377 | 21 | 52 |
| Binary | 1100010 | 1011001 | 1111110 | 10110 | 11101 | 0 | 110011 | 11111111 | 10001 | 101010 |
Color Harmonies of #62597E
Complementary color
Monochromatic Colors of #62597E
Black with #62597E
Text Example
Text Example
White with #62597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62597E; }
p { color: rgb(98,89,126); }
H1.HeaderClassName
{
color: #62597E;
}
.AnyTagClassName
{
color: #62597E;
}
</style>
background-color css
<style>
a { background-color: #62597E; }
a { background-color: rgb(98,89,126); }
div.DivClassName
{
background-color: #62597E;
}
.BgClassName
{
background-color: #62597E;
}
</style>
border-color css
<style>
span { border-color: #62597E; }
span { border-color: rgb(98,89,126); }
td.TdClassName
{
border-color: #62597E;
}
.TagClassName
{
border-color: #62597E;
}
</style>