Shades of Kimberly #62557F
Tints of Kimberly #62557F
RGB
CMYK
RGB Variations
Color information
#62557F (or 0x62557F) is known color: Kimberly. HEX triplet: 62, 55 and 7F. RGB value is (98,85,127). Sum of RGB (Red+Green+Blue) = 98+85+127=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #62557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557F is #9DAA80. Grayscale: #5D5D5D. Windows color (decimal): -10332801 or 8344930. OLE color: 8344930.
HSL color Cylindrical-coordinate representation of color #62557F: hue angle of 258.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62557F is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 85 | 127 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.50 |
| HSL | 258.57º | 0.2% | 0.42% | - |
| HSV(B) | 258.57º | 0.33% | 0.5% | - |
| XYZ | 12.12 | 10.63 | 21.49 | - |
| YUV | 93.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 127 | 0.23 | 0.33 | 0 | 0.50 | 258.57 | 0.2 | 0.42 |
| Hex | 62 | 55 | 7F | 17 | 21 | 0 | 32 | 103 | 14 | 2A |
| Octal | 142 | 125 | 177 | 27 | 41 | 0 | 62 | 403 | 24 | 52 |
| Binary | 1100010 | 1010101 | 1111111 | 10111 | 100001 | 0 | 110010 | 100000011 | 10100 | 101010 |
Color Harmonies of #62557F
Complementary color
Monochromatic Colors of #62557F
Black with #62557F
Text Example
Text Example
White with #62557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62557F; }
p { color: rgb(98,85,127); }
H1.HeaderClassName
{
color: #62557F;
}
.AnyTagClassName
{
color: #62557F;
}
</style>
background-color css
<style>
a { background-color: #62557F; }
a { background-color: rgb(98,85,127); }
div.DivClassName
{
background-color: #62557F;
}
.BgClassName
{
background-color: #62557F;
}
</style>
border-color css
<style>
span { border-color: #62557F; }
span { border-color: rgb(98,85,127); }
td.TdClassName
{
border-color: #62557F;
}
.TagClassName
{
border-color: #62557F;
}
</style>