Shades of Kimberly #62597A
Tints of Kimberly #62597A
RGB
CMYK
RGB Variations
Color information
#62597A (or 0x62597A) is known color: Kimberly. HEX triplet: 62, 59 and 7A. RGB value is (98,89,122). Sum of RGB (Red+Green+Blue) = 98+89+122=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #62597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62597A is #9DA685. Grayscale: #5F5F5F. Windows color (decimal): -10331782 or 8018274. OLE color: 8018274.
HSL color Cylindrical-coordinate representation of color #62597A: hue angle of 256.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62597A is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 89 | 122 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.52 |
| HSL | 256.36º | 0.16% | 0.41% | - |
| HSV(B) | 256.36º | 0.27% | 0.48% | - |
| XYZ | 12.12 | 11.15 | 19.92 | - |
| YUV | 95.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 122 | 0.20 | 0.27 | 0 | 0.52 | 256.36 | 0.16 | 0.41 |
| Hex | 62 | 59 | 7A | 14 | 1B | 0 | 34 | 100 | 10 | 29 |
| Octal | 142 | 131 | 172 | 24 | 33 | 0 | 64 | 400 | 20 | 51 |
| Binary | 1100010 | 1011001 | 1111010 | 10100 | 11011 | 0 | 110100 | 100000000 | 10000 | 101001 |
Color Harmonies of #62597A
Complementary color
Monochromatic Colors of #62597A
Black with #62597A
Text Example
Text Example
White with #62597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62597A; }
p { color: rgb(98,89,122); }
H1.HeaderClassName
{
color: #62597A;
}
.AnyTagClassName
{
color: #62597A;
}
</style>
background-color css
<style>
a { background-color: #62597A; }
a { background-color: rgb(98,89,122); }
div.DivClassName
{
background-color: #62597A;
}
.BgClassName
{
background-color: #62597A;
}
</style>
border-color css
<style>
span { border-color: #62597A; }
span { border-color: rgb(98,89,122); }
td.TdClassName
{
border-color: #62597A;
}
.TagClassName
{
border-color: #62597A;
}
</style>