Shades of Kimberly #62557B
Tints of Kimberly #62557B
RGB
CMYK
RGB Variations
Color information
#62557B (or 0x62557B) is known color: Kimberly. HEX triplet: 62, 55 and 7B. RGB value is (98,85,123). Sum of RGB (Red+Green+Blue) = 98+85+123=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #62557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557B is #9DAA84. Grayscale: #5D5D5D. Windows color (decimal): -10332805 or 8082786. OLE color: 8082786.
HSL color Cylindrical-coordinate representation of color #62557B: hue angle of 260.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62557B is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 85 | 123 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.52 |
| HSL | 260.53º | 0.18% | 0.41% | - |
| HSV(B) | 260.53º | 0.31% | 0.48% | - |
| XYZ | 11.86 | 10.52 | 20.15 | - |
| YUV | 93.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 123 | 0.20 | 0.31 | 0 | 0.52 | 260.53 | 0.18 | 0.41 |
| Hex | 62 | 55 | 7B | 14 | 1F | 0 | 34 | 105 | 12 | 29 |
| Octal | 142 | 125 | 173 | 24 | 37 | 0 | 64 | 405 | 22 | 51 |
| Binary | 1100010 | 1010101 | 1111011 | 10100 | 11111 | 0 | 110100 | 100000101 | 10010 | 101001 |
Color Harmonies of #62557B
Complementary color
Monochromatic Colors of #62557B
Black with #62557B
Text Example
Text Example
White with #62557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62557B; }
p { color: rgb(98,85,123); }
H1.HeaderClassName
{
color: #62557B;
}
.AnyTagClassName
{
color: #62557B;
}
</style>
background-color css
<style>
a { background-color: #62557B; }
a { background-color: rgb(98,85,123); }
div.DivClassName
{
background-color: #62557B;
}
.BgClassName
{
background-color: #62557B;
}
</style>
border-color css
<style>
span { border-color: #62557B; }
span { border-color: rgb(98,85,123); }
td.TdClassName
{
border-color: #62557B;
}
.TagClassName
{
border-color: #62557B;
}
</style>