Shades of Kimberly #625581
Tints of Kimberly #625581
RGB
CMYK
RGB Variations
Color information
#625581 (or 0x625581) is known color: Kimberly. HEX triplet: 62, 55 and 81. RGB value is (98,85,129). Sum of RGB (Red+Green+Blue) = 98+85+129=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #625581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625581 is #9DAA7E. Grayscale: #5D5D5D. Windows color (decimal): -10332799 or 8476002. OLE color: 8476002.
HSL color Cylindrical-coordinate representation of color #625581: hue angle of 257.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #625581 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 85 | 129 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.49 |
| HSL | 257.73º | 0.21% | 0.42% | - |
| HSV(B) | 257.73º | 0.34% | 0.51% | - |
| XYZ | 12.25 | 10.68 | 22.18 | - |
| YUV | 93.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 129 | 0.24 | 0.34 | 0 | 0.49 | 257.73 | 0.21 | 0.42 |
| Hex | 62 | 55 | 81 | 18 | 22 | 0 | 31 | 102 | 15 | 2A |
| Octal | 142 | 125 | 201 | 30 | 42 | 0 | 61 | 402 | 25 | 52 |
| Binary | 1100010 | 1010101 | 10000001 | 11000 | 100010 | 0 | 110001 | 100000010 | 10101 | 101010 |
Color Harmonies of #625581
Complementary color
Monochromatic Colors of #625581
Black with #625581
Text Example
Text Example
White with #625581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625581; }
p { color: rgb(98,85,129); }
H1.HeaderClassName
{
color: #625581;
}
.AnyTagClassName
{
color: #625581;
}
</style>
background-color css
<style>
a { background-color: #625581; }
a { background-color: rgb(98,85,129); }
div.DivClassName
{
background-color: #625581;
}
.BgClassName
{
background-color: #625581;
}
</style>
border-color css
<style>
span { border-color: #625581; }
span { border-color: rgb(98,85,129); }
td.TdClassName
{
border-color: #625581;
}
.TagClassName
{
border-color: #625581;
}
</style>