Shades of Waikawa Grey #58749A
Tints of Waikawa Grey #58749A
RGB
CMYK
RGB Variations
Color information
#58749A (or 0x58749A) is known color: Waikawa Grey. HEX triplet: 58, 74 and 9A. RGB value is (88,116,154). Sum of RGB (Red+Green+Blue) = 88+116+154=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #58749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58749A is #A78B65. Grayscale: #6F6F6F. Windows color (decimal): -10980198 or 10122328. OLE color: 10122328.
HSL color Cylindrical-coordinate representation of color #58749A: hue angle of 214.55º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58749A is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 116 | 154 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.40 |
| HSL | 214.55º | 0.27% | 0.47% | - |
| HSV(B) | 214.55º | 0.43% | 0.6% | - |
| XYZ | 16.1 | 16.9 | 32.98 | - |
| YUV | 111.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 154 | 0.43 | 0.25 | 0 | 0.40 | 214.55 | 0.27 | 0.47 |
| Hex | 58 | 74 | 9A | 2B | 19 | 0 | 28 | D7 | 1B | 2F |
| Octal | 130 | 164 | 232 | 53 | 31 | 0 | 50 | 327 | 33 | 57 |
| Binary | 1011000 | 1110100 | 10011010 | 101011 | 11001 | 0 | 101000 | 11010111 | 11011 | 101111 |
Color Harmonies of #58749A
Complementary color
Monochromatic Colors of #58749A
Black with #58749A
Text Example
Text Example
White with #58749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58749A; }
p { color: rgb(88,116,154); }
H1.HeaderClassName
{
color: #58749A;
}
.AnyTagClassName
{
color: #58749A;
}
</style>
background-color css
<style>
a { background-color: #58749A; }
a { background-color: rgb(88,116,154); }
div.DivClassName
{
background-color: #58749A;
}
.BgClassName
{
background-color: #58749A;
}
</style>
border-color css
<style>
span { border-color: #58749A; }
span { border-color: rgb(88,116,154); }
td.TdClassName
{
border-color: #58749A;
}
.TagClassName
{
border-color: #58749A;
}
</style>