Shades of Kimberly #62577F
Tints of Kimberly #62577F
RGB
CMYK
RGB Variations
Color information
#62577F (or 0x62577F) is known color: Kimberly. HEX triplet: 62, 57 and 7F. RGB value is (98,87,127). Sum of RGB (Red+Green+Blue) = 98+87+127=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #62577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62577F is #9DA880. Grayscale: #5E5E5E. Windows color (decimal): -10332289 or 8345442. OLE color: 8345442.
HSL color Cylindrical-coordinate representation of color #62577F: hue angle of 256.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62577F is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 87 | 127 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.50 |
| HSL | 256.5º | 0.19% | 0.42% | - |
| HSV(B) | 256.5º | 0.31% | 0.5% | - |
| XYZ | 12.28 | 10.95 | 21.54 | - |
| YUV | 94.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 127 | 0.23 | 0.31 | 0 | 0.50 | 256.5 | 0.19 | 0.42 |
| Hex | 62 | 57 | 7F | 17 | 1F | 0 | 32 | 100 | 13 | 2A |
| Octal | 142 | 127 | 177 | 27 | 37 | 0 | 62 | 400 | 23 | 52 |
| Binary | 1100010 | 1010111 | 1111111 | 10111 | 11111 | 0 | 110010 | 100000000 | 10011 | 101010 |
Color Harmonies of #62577F
Complementary color
Monochromatic Colors of #62577F
Black with #62577F
Text Example
Text Example
White with #62577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62577F; }
p { color: rgb(98,87,127); }
H1.HeaderClassName
{
color: #62577F;
}
.AnyTagClassName
{
color: #62577F;
}
</style>
background-color css
<style>
a { background-color: #62577F; }
a { background-color: rgb(98,87,127); }
div.DivClassName
{
background-color: #62577F;
}
.BgClassName
{
background-color: #62577F;
}
</style>
border-color css
<style>
span { border-color: #62577F; }
span { border-color: rgb(98,87,127); }
td.TdClassName
{
border-color: #62577F;
}
.TagClassName
{
border-color: #62577F;
}
</style>