Shades of Waikawa Grey #58638D
Tints of Waikawa Grey #58638D
RGB
CMYK
RGB Variations
Color information
#58638D (or 0x58638D) is known color: Waikawa Grey. HEX triplet: 58, 63 and 8D. RGB value is (88,99,141). Sum of RGB (Red+Green+Blue) = 88+99+141=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #58638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58638D is #A79C72. Grayscale: #646464. Windows color (decimal): -10984563 or 9266008. OLE color: 9266008.
HSL color Cylindrical-coordinate representation of color #58638D: hue angle of 227.55º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58638D is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 99 | 141 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.45 |
| HSL | 227.55º | 0.23% | 0.45% | - |
| HSV(B) | 227.55º | 0.38% | 0.55% | - |
| XYZ | 13.29 | 12.92 | 26.99 | - |
| YUV | 100.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 141 | 0.38 | 0.30 | 0 | 0.45 | 227.55 | 0.23 | 0.45 |
| Hex | 58 | 63 | 8D | 26 | 1E | 0 | 2D | E4 | 17 | 2D |
| Octal | 130 | 143 | 215 | 46 | 36 | 0 | 55 | 344 | 27 | 55 |
| Binary | 1011000 | 1100011 | 10001101 | 100110 | 11110 | 0 | 101101 | 11100100 | 10111 | 101101 |
Color Harmonies of #58638D
Complementary color
Monochromatic Colors of #58638D
Black with #58638D
Text Example
Text Example
White with #58638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58638D; }
p { color: rgb(88,99,141); }
H1.HeaderClassName
{
color: #58638D;
}
.AnyTagClassName
{
color: #58638D;
}
</style>
background-color css
<style>
a { background-color: #58638D; }
a { background-color: rgb(88,99,141); }
div.DivClassName
{
background-color: #58638D;
}
.BgClassName
{
background-color: #58638D;
}
</style>
border-color css
<style>
span { border-color: #58638D; }
span { border-color: rgb(88,99,141); }
td.TdClassName
{
border-color: #58638D;
}
.TagClassName
{
border-color: #58638D;
}
</style>