Shades of Waikawa Grey #58789A
Tints of Waikawa Grey #58789A
RGB
CMYK
RGB Variations
Color information
#58789A (or 0x58789A) is known color: Waikawa Grey. HEX triplet: 58, 78 and 9A. RGB value is (88,120,154). Sum of RGB (Red+Green+Blue) = 88+120+154=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #58789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58789A is #A78765. Grayscale: #727272. Windows color (decimal): -10979174 or 10123352. OLE color: 10123352.
HSL color Cylindrical-coordinate representation of color #58789A: hue angle of 210.91º 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 #58789A is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 120 | 154 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.40 |
| HSL | 210.91º | 0.27% | 0.47% | - |
| HSV(B) | 210.91º | 0.43% | 0.6% | - |
| XYZ | 16.57 | 17.84 | 33.14 | - |
| YUV | 114.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 154 | 0.43 | 0.22 | 0 | 0.40 | 210.91 | 0.27 | 0.47 |
| Hex | 58 | 78 | 9A | 2B | 16 | 0 | 28 | D3 | 1B | 2F |
| Octal | 130 | 170 | 232 | 53 | 26 | 0 | 50 | 323 | 33 | 57 |
| Binary | 1011000 | 1111000 | 10011010 | 101011 | 10110 | 0 | 101000 | 11010011 | 11011 | 101111 |
Color Harmonies of #58789A
Complementary color
Monochromatic Colors of #58789A
Black with #58789A
Text Example
Text Example
White with #58789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58789A; }
p { color: rgb(88,120,154); }
H1.HeaderClassName
{
color: #58789A;
}
.AnyTagClassName
{
color: #58789A;
}
</style>
background-color css
<style>
a { background-color: #58789A; }
a { background-color: rgb(88,120,154); }
div.DivClassName
{
background-color: #58789A;
}
.BgClassName
{
background-color: #58789A;
}
</style>
border-color css
<style>
span { border-color: #58789A; }
span { border-color: rgb(88,120,154); }
td.TdClassName
{
border-color: #58789A;
}
.TagClassName
{
border-color: #58789A;
}
</style>