Shades of Kimberly #62588B
Tints of Kimberly #62588B
RGB
CMYK
RGB Variations
Color information
#62588B (or 0x62588B) is known color: Kimberly. HEX triplet: 62, 58 and 8B. RGB value is (98,88,139). Sum of RGB (Red+Green+Blue) = 98+88+139=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #62588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62588B is #9DA774. Grayscale: #606060. Windows color (decimal): -10332021 or 9132130. OLE color: 9132130.
HSL color Cylindrical-coordinate representation of color #62588B: hue angle of 251.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62588B is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 88 | 139 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.45 |
| HSL | 251.76º | 0.22% | 0.45% | - |
| HSV(B) | 251.76º | 0.37% | 0.55% | - |
| XYZ | 13.19 | 11.44 | 25.94 | - |
| YUV | 96.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 139 | 0.29 | 0.37 | 0 | 0.45 | 251.76 | 0.22 | 0.45 |
| Hex | 62 | 58 | 8B | 1D | 25 | 0 | 2D | FC | 16 | 2D |
| Octal | 142 | 130 | 213 | 35 | 45 | 0 | 55 | 374 | 26 | 55 |
| Binary | 1100010 | 1011000 | 10001011 | 11101 | 100101 | 0 | 101101 | 11111100 | 10110 | 101101 |
Color Harmonies of #62588B
Complementary color
Monochromatic Colors of #62588B
Black with #62588B
Text Example
Text Example
White with #62588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62588B; }
p { color: rgb(98,88,139); }
H1.HeaderClassName
{
color: #62588B;
}
.AnyTagClassName
{
color: #62588B;
}
</style>
background-color css
<style>
a { background-color: #62588B; }
a { background-color: rgb(98,88,139); }
div.DivClassName
{
background-color: #62588B;
}
.BgClassName
{
background-color: #62588B;
}
</style>
border-color css
<style>
span { border-color: #62588B; }
span { border-color: rgb(98,88,139); }
td.TdClassName
{
border-color: #62588B;
}
.TagClassName
{
border-color: #62588B;
}
</style>