Shades of Kimberly #62587C
Tints of Kimberly #62587C
RGB
CMYK
RGB Variations
Color information
#62587C (or 0x62587C) is known color: Kimberly. HEX triplet: 62, 58 and 7C. RGB value is (98,88,124). Sum of RGB (Red+Green+Blue) = 98+88+124=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #62587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62587C is #9DA783. Grayscale: #5E5E5E. Windows color (decimal): -10332036 or 8149090. OLE color: 8149090.
HSL color Cylindrical-coordinate representation of color #62587C: hue angle of 256.67º 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 #62587C is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 88 | 124 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.51 |
| HSL | 256.67º | 0.17% | 0.42% | - |
| HSV(B) | 256.67º | 0.29% | 0.49% | - |
| XYZ | 12.16 | 11.03 | 20.56 | - |
| YUV | 95.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 124 | 0.21 | 0.29 | 0 | 0.51 | 256.67 | 0.17 | 0.42 |
| Hex | 62 | 58 | 7C | 15 | 1D | 0 | 33 | 101 | 11 | 2A |
| Octal | 142 | 130 | 174 | 25 | 35 | 0 | 63 | 401 | 21 | 52 |
| Binary | 1100010 | 1011000 | 1111100 | 10101 | 11101 | 0 | 110011 | 100000001 | 10001 | 101010 |
Color Harmonies of #62587C
Complementary color
Monochromatic Colors of #62587C
Black with #62587C
Text Example
Text Example
White with #62587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62587C; }
p { color: rgb(98,88,124); }
H1.HeaderClassName
{
color: #62587C;
}
.AnyTagClassName
{
color: #62587C;
}
</style>
background-color css
<style>
a { background-color: #62587C; }
a { background-color: rgb(98,88,124); }
div.DivClassName
{
background-color: #62587C;
}
.BgClassName
{
background-color: #62587C;
}
</style>
border-color css
<style>
span { border-color: #62587C; }
span { border-color: rgb(98,88,124); }
td.TdClassName
{
border-color: #62587C;
}
.TagClassName
{
border-color: #62587C;
}
</style>