Shades of Kimberly #62537B
Tints of Kimberly #62537B
RGB
CMYK
RGB Variations
Color information
#62537B (or 0x62537B) is known color: Kimberly. HEX triplet: 62, 53 and 7B. RGB value is (98,83,123). Sum of RGB (Red+Green+Blue) = 98+83+123=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #62537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62537B is #9DAC84. Grayscale: #5B5B5B. Windows color (decimal): -10333317 or 8082274. OLE color: 8082274.
HSL color Cylindrical-coordinate representation of color #62537B: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62537B is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 83 | 123 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.52 |
| HSL | 262.5º | 0.19% | 0.4% | - |
| HSV(B) | 262.5º | 0.33% | 0.48% | - |
| XYZ | 11.71 | 10.21 | 20.09 | - |
| YUV | 92.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 123 | 0.20 | 0.33 | 0 | 0.52 | 262.5 | 0.19 | 0.4 |
| Hex | 62 | 53 | 7B | 14 | 21 | 0 | 34 | 106 | 13 | 28 |
| Octal | 142 | 123 | 173 | 24 | 41 | 0 | 64 | 406 | 23 | 50 |
| Binary | 1100010 | 1010011 | 1111011 | 10100 | 100001 | 0 | 110100 | 100000110 | 10011 | 101000 |
Color Harmonies of #62537B
Complementary color
Monochromatic Colors of #62537B
Black with #62537B
Text Example
Text Example
White with #62537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62537B; }
p { color: rgb(98,83,123); }
H1.HeaderClassName
{
color: #62537B;
}
.AnyTagClassName
{
color: #62537B;
}
</style>
background-color css
<style>
a { background-color: #62537B; }
a { background-color: rgb(98,83,123); }
div.DivClassName
{
background-color: #62537B;
}
.BgClassName
{
background-color: #62537B;
}
</style>
border-color css
<style>
span { border-color: #62537B; }
span { border-color: rgb(98,83,123); }
td.TdClassName
{
border-color: #62537B;
}
.TagClassName
{
border-color: #62537B;
}
</style>