Shades of Kimberly #62588A
Tints of Kimberly #62588A
RGB
CMYK
RGB Variations
Color information
#62588A (or 0x62588A) is known color: Kimberly. HEX triplet: 62, 58 and 8A. RGB value is (98,88,138). Sum of RGB (Red+Green+Blue) = 98+88+138=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #62588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62588A is #9DA775. Grayscale: #606060. Windows color (decimal): -10332022 or 9066594. OLE color: 9066594.
HSL color Cylindrical-coordinate representation of color #62588A: hue angle of 252º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62588A is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 88 | 138 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.46 |
| HSL | 252º | 0.22% | 0.44% | - |
| HSV(B) | 252º | 0.36% | 0.54% | - |
| XYZ | 13.11 | 11.41 | 25.56 | - |
| YUV | 96.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 138 | 0.29 | 0.36 | 0 | 0.46 | 252 | 0.22 | 0.44 |
| Hex | 62 | 58 | 8A | 1D | 24 | 0 | 2E | FC | 16 | 2C |
| Octal | 142 | 130 | 212 | 35 | 44 | 0 | 56 | 374 | 26 | 54 |
| Binary | 1100010 | 1011000 | 10001010 | 11101 | 100100 | 0 | 101110 | 11111100 | 10110 | 101100 |
Color Harmonies of #62588A
Complementary color
Monochromatic Colors of #62588A
Black with #62588A
Text Example
Text Example
White with #62588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62588A; }
p { color: rgb(98,88,138); }
H1.HeaderClassName
{
color: #62588A;
}
.AnyTagClassName
{
color: #62588A;
}
</style>
background-color css
<style>
a { background-color: #62588A; }
a { background-color: rgb(98,88,138); }
div.DivClassName
{
background-color: #62588A;
}
.BgClassName
{
background-color: #62588A;
}
</style>
border-color css
<style>
span { border-color: #62588A; }
span { border-color: rgb(98,88,138); }
td.TdClassName
{
border-color: #62588A;
}
.TagClassName
{
border-color: #62588A;
}
</style>