Shades of Kimberly #625882
Tints of Kimberly #625882
RGB
CMYK
RGB Variations
Color information
#625882 (or 0x625882) is known color: Kimberly. HEX triplet: 62, 58 and 82. RGB value is (98,88,130). Sum of RGB (Red+Green+Blue) = 98+88+130=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #625882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625882 is #9DA77D. Grayscale: #5F5F5F. Windows color (decimal): -10332030 or 8542306. OLE color: 8542306.
HSL color Cylindrical-coordinate representation of color #625882: hue angle of 254.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625882 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 88 | 130 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.49 |
| HSL | 254.29º | 0.19% | 0.43% | - |
| HSV(B) | 254.29º | 0.32% | 0.51% | - |
| XYZ | 12.56 | 11.19 | 22.62 | - |
| YUV | 95.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 130 | 0.25 | 0.32 | 0 | 0.49 | 254.29 | 0.19 | 0.43 |
| Hex | 62 | 58 | 82 | 19 | 20 | 0 | 31 | FE | 13 | 2B |
| Octal | 142 | 130 | 202 | 31 | 40 | 0 | 61 | 376 | 23 | 53 |
| Binary | 1100010 | 1011000 | 10000010 | 11001 | 100000 | 0 | 110001 | 11111110 | 10011 | 101011 |
Color Harmonies of #625882
Complementary color
Monochromatic Colors of #625882
Black with #625882
Text Example
Text Example
White with #625882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625882; }
p { color: rgb(98,88,130); }
H1.HeaderClassName
{
color: #625882;
}
.AnyTagClassName
{
color: #625882;
}
</style>
background-color css
<style>
a { background-color: #625882; }
a { background-color: rgb(98,88,130); }
div.DivClassName
{
background-color: #625882;
}
.BgClassName
{
background-color: #625882;
}
</style>
border-color css
<style>
span { border-color: #625882; }
span { border-color: rgb(98,88,130); }
td.TdClassName
{
border-color: #625882;
}
.TagClassName
{
border-color: #625882;
}
</style>