Shades of Kimberly #62587E
Tints of Kimberly #62587E
RGB
CMYK
RGB Variations
Color information
#62587E (or 0x62587E) is known color: Kimberly. HEX triplet: 62, 58 and 7E. RGB value is (98,88,126). Sum of RGB (Red+Green+Blue) = 98+88+126=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #62587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62587E is #9DA781. Grayscale: #5F5F5F. Windows color (decimal): -10332034 or 8280162. OLE color: 8280162.
HSL color Cylindrical-coordinate representation of color #62587E: hue angle of 255.79º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62587E is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 88 | 126 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.51 |
| HSL | 255.79º | 0.18% | 0.42% | - |
| HSV(B) | 255.79º | 0.3% | 0.49% | - |
| XYZ | 12.29 | 11.08 | 21.23 | - |
| YUV | 95.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 126 | 0.22 | 0.30 | 0 | 0.51 | 255.79 | 0.18 | 0.42 |
| Hex | 62 | 58 | 7E | 16 | 1E | 0 | 33 | 100 | 12 | 2A |
| Octal | 142 | 130 | 176 | 26 | 36 | 0 | 63 | 400 | 22 | 52 |
| Binary | 1100010 | 1011000 | 1111110 | 10110 | 11110 | 0 | 110011 | 100000000 | 10010 | 101010 |
Color Harmonies of #62587E
Complementary color
Monochromatic Colors of #62587E
Black with #62587E
Text Example
Text Example
White with #62587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62587E; }
p { color: rgb(98,88,126); }
H1.HeaderClassName
{
color: #62587E;
}
.AnyTagClassName
{
color: #62587E;
}
</style>
background-color css
<style>
a { background-color: #62587E; }
a { background-color: rgb(98,88,126); }
div.DivClassName
{
background-color: #62587E;
}
.BgClassName
{
background-color: #62587E;
}
</style>
border-color css
<style>
span { border-color: #62587E; }
span { border-color: rgb(98,88,126); }
td.TdClassName
{
border-color: #62587E;
}
.TagClassName
{
border-color: #62587E;
}
</style>