Shades of Waikawa Grey #5A6789
Tints of Waikawa Grey #5A6789
RGB
CMYK
RGB Variations
Color information
#5A6789 (or 0x5A6789) is known color: Waikawa Grey. HEX triplet: 5A, 67 and 89. RGB value is (90,103,137). Sum of RGB (Red+Green+Blue) = 90+103+137=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6789 is #A59876. Grayscale: #666666. Windows color (decimal): -10852471 or 9004890. OLE color: 9004890.
HSL color Cylindrical-coordinate representation of color #5A6789: hue angle of 223.4º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A6789 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 103 | 137 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.46 |
| HSL | 223.4º | 0.21% | 0.45% | - |
| HSV(B) | 223.4º | 0.34% | 0.54% | - |
| XYZ | 13.58 | 13.68 | 25.59 | - |
| YUV | 102.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 137 | 0.34 | 0.25 | 0 | 0.46 | 223.4 | 0.21 | 0.45 |
| Hex | 5A | 67 | 89 | 22 | 19 | 0 | 2E | DF | 15 | 2D |
| Octal | 132 | 147 | 211 | 42 | 31 | 0 | 56 | 337 | 25 | 55 |
| Binary | 1011010 | 1100111 | 10001001 | 100010 | 11001 | 0 | 101110 | 11011111 | 10101 | 101101 |
Color Harmonies of #5A6789
Complementary color
Monochromatic Colors of #5A6789
Black with #5A6789
Text Example
Text Example
White with #5A6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6789; }
p { color: rgb(90,103,137); }
H1.HeaderClassName
{
color: #5A6789;
}
.AnyTagClassName
{
color: #5A6789;
}
</style>
background-color css
<style>
a { background-color: #5A6789; }
a { background-color: rgb(90,103,137); }
div.DivClassName
{
background-color: #5A6789;
}
.BgClassName
{
background-color: #5A6789;
}
</style>
border-color css
<style>
span { border-color: #5A6789; }
span { border-color: rgb(90,103,137); }
td.TdClassName
{
border-color: #5A6789;
}
.TagClassName
{
border-color: #5A6789;
}
</style>