Shades of Kimberly #62557C
Tints of Kimberly #62557C
RGB
CMYK
RGB Variations
Color information
#62557C (or 0x62557C) is known color: Kimberly. HEX triplet: 62, 55 and 7C. RGB value is (98,85,124). Sum of RGB (Red+Green+Blue) = 98+85+124=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #62557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557C is #9DAA83. Grayscale: #5D5D5D. Windows color (decimal): -10332804 or 8148322. OLE color: 8148322.
HSL color Cylindrical-coordinate representation of color #62557C: hue angle of 260º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62557C is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 85 | 124 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.51 |
| HSL | 260º | 0.19% | 0.41% | - |
| HSV(B) | 260º | 0.31% | 0.49% | - |
| XYZ | 11.92 | 10.55 | 20.48 | - |
| YUV | 93.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 124 | 0.21 | 0.31 | 0 | 0.51 | 260 | 0.19 | 0.41 |
| Hex | 62 | 55 | 7C | 15 | 1F | 0 | 33 | 104 | 13 | 29 |
| Octal | 142 | 125 | 174 | 25 | 37 | 0 | 63 | 404 | 23 | 51 |
| Binary | 1100010 | 1010101 | 1111100 | 10101 | 11111 | 0 | 110011 | 100000100 | 10011 | 101001 |
Color Harmonies of #62557C
Complementary color
Monochromatic Colors of #62557C
Black with #62557C
Text Example
Text Example
White with #62557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62557C; }
p { color: rgb(98,85,124); }
H1.HeaderClassName
{
color: #62557C;
}
.AnyTagClassName
{
color: #62557C;
}
</style>
background-color css
<style>
a { background-color: #62557C; }
a { background-color: rgb(98,85,124); }
div.DivClassName
{
background-color: #62557C;
}
.BgClassName
{
background-color: #62557C;
}
</style>
border-color css
<style>
span { border-color: #62557C; }
span { border-color: rgb(98,85,124); }
td.TdClassName
{
border-color: #62557C;
}
.TagClassName
{
border-color: #62557C;
}
</style>