Shades of Waikawa Grey #58739B
Tints of Waikawa Grey #58739B
RGB
CMYK
RGB Variations
Color information
#58739B (or 0x58739B) is known color: Waikawa Grey. HEX triplet: 58, 73 and 9B. RGB value is (88,115,155). Sum of RGB (Red+Green+Blue) = 88+115+155=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #58739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58739B is #A78C64. Grayscale: #6F6F6F. Windows color (decimal): -10980453 or 10187608. OLE color: 10187608.
HSL color Cylindrical-coordinate representation of color #58739B: hue angle of 215.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58739B is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 115 | 155 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.39 |
| HSL | 215.82º | 0.28% | 0.48% | - |
| HSV(B) | 215.82º | 0.43% | 0.61% | - |
| XYZ | 16.07 | 16.7 | 33.39 | - |
| YUV | 111.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 155 | 0.43 | 0.26 | 0 | 0.39 | 215.82 | 0.28 | 0.48 |
| Hex | 58 | 73 | 9B | 2B | 1A | 0 | 27 | D8 | 1C | 30 |
| Octal | 130 | 163 | 233 | 53 | 32 | 0 | 47 | 330 | 34 | 60 |
| Binary | 1011000 | 1110011 | 10011011 | 101011 | 11010 | 0 | 100111 | 11011000 | 11100 | 110000 |
Color Harmonies of #58739B
Complementary color
Monochromatic Colors of #58739B
Black with #58739B
Text Example
Text Example
White with #58739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58739B; }
p { color: rgb(88,115,155); }
H1.HeaderClassName
{
color: #58739B;
}
.AnyTagClassName
{
color: #58739B;
}
</style>
background-color css
<style>
a { background-color: #58739B; }
a { background-color: rgb(88,115,155); }
div.DivClassName
{
background-color: #58739B;
}
.BgClassName
{
background-color: #58739B;
}
</style>
border-color css
<style>
span { border-color: #58739B; }
span { border-color: rgb(88,115,155); }
td.TdClassName
{
border-color: #58739B;
}
.TagClassName
{
border-color: #58739B;
}
</style>