Shades of Waikawa Grey #58658E
Tints of Waikawa Grey #58658E
RGB
CMYK
RGB Variations
Color information
#58658E (or 0x58658E) is known color: Waikawa Grey. HEX triplet: 58, 65 and 8E. RGB value is (88,101,142). Sum of RGB (Red+Green+Blue) = 88+101+142=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #58658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58658E is #A79A71. Grayscale: #656565. Windows color (decimal): -10984050 or 9332056. OLE color: 9332056.
HSL color Cylindrical-coordinate representation of color #58658E: hue angle of 225.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58658E is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 101 | 142 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.44 |
| HSL | 225.56º | 0.23% | 0.45% | - |
| HSV(B) | 225.56º | 0.38% | 0.56% | - |
| XYZ | 13.56 | 13.34 | 27.45 | - |
| YUV | 101.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 142 | 0.38 | 0.29 | 0 | 0.44 | 225.56 | 0.23 | 0.45 |
| Hex | 58 | 65 | 8E | 26 | 1D | 0 | 2C | E2 | 17 | 2D |
| Octal | 130 | 145 | 216 | 46 | 35 | 0 | 54 | 342 | 27 | 55 |
| Binary | 1011000 | 1100101 | 10001110 | 100110 | 11101 | 0 | 101100 | 11100010 | 10111 | 101101 |
Color Harmonies of #58658E
Complementary color
Monochromatic Colors of #58658E
Black with #58658E
Text Example
Text Example
White with #58658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58658E; }
p { color: rgb(88,101,142); }
H1.HeaderClassName
{
color: #58658E;
}
.AnyTagClassName
{
color: #58658E;
}
</style>
background-color css
<style>
a { background-color: #58658E; }
a { background-color: rgb(88,101,142); }
div.DivClassName
{
background-color: #58658E;
}
.BgClassName
{
background-color: #58658E;
}
</style>
border-color css
<style>
span { border-color: #58658E; }
span { border-color: rgb(88,101,142); }
td.TdClassName
{
border-color: #58658E;
}
.TagClassName
{
border-color: #58658E;
}
</style>