Shades of Waikawa Grey #5B678E
Tints of Waikawa Grey #5B678E
RGB
CMYK
RGB Variations
Color information
#5B678E (or 0x5B678E) is known color: Waikawa Grey. HEX triplet: 5B, 67 and 8E. RGB value is (91,103,142). Sum of RGB (Red+Green+Blue) = 91+103+142=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B678E is #A49871. Grayscale: #676767. Windows color (decimal): -10786930 or 9332571. OLE color: 9332571.
HSL color Cylindrical-coordinate representation of color #5B678E: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B678E is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 103 | 142 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.44 |
| HSL | 225.88º | 0.22% | 0.46% | - |
| HSV(B) | 225.88º | 0.36% | 0.56% | - |
| XYZ | 14.05 | 13.88 | 27.53 | - |
| YUV | 103.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 142 | 0.36 | 0.27 | 0 | 0.44 | 225.88 | 0.22 | 0.46 |
| Hex | 5B | 67 | 8E | 24 | 1B | 0 | 2C | E2 | 16 | 2E |
| Octal | 133 | 147 | 216 | 44 | 33 | 0 | 54 | 342 | 26 | 56 |
| Binary | 1011011 | 1100111 | 10001110 | 100100 | 11011 | 0 | 101100 | 11100010 | 10110 | 101110 |
Color Harmonies of #5B678E
Complementary color
Monochromatic Colors of #5B678E
Black with #5B678E
Text Example
Text Example
White with #5B678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B678E; }
p { color: rgb(91,103,142); }
H1.HeaderClassName
{
color: #5B678E;
}
.AnyTagClassName
{
color: #5B678E;
}
</style>
background-color css
<style>
a { background-color: #5B678E; }
a { background-color: rgb(91,103,142); }
div.DivClassName
{
background-color: #5B678E;
}
.BgClassName
{
background-color: #5B678E;
}
</style>
border-color css
<style>
span { border-color: #5B678E; }
span { border-color: rgb(91,103,142); }
td.TdClassName
{
border-color: #5B678E;
}
.TagClassName
{
border-color: #5B678E;
}
</style>