Shades of Waikawa Grey #56678E
Tints of Waikawa Grey #56678E
RGB
CMYK
RGB Variations
Color information
#56678E (or 0x56678E) is known color: Waikawa Grey. HEX triplet: 56, 67 and 8E. RGB value is (86,103,142). Sum of RGB (Red+Green+Blue) = 86+103+142=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #56678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56678E is #A99871. Grayscale: #666666. Windows color (decimal): -11114610 or 9332566. OLE color: 9332566.
HSL color Cylindrical-coordinate representation of color #56678E: hue angle of 221.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56678E is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 103 | 142 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.44 |
| HSL | 221.79º | 0.25% | 0.45% | - |
| HSV(B) | 221.79º | 0.39% | 0.56% | - |
| XYZ | 13.57 | 13.63 | 27.51 | - |
| YUV | 102.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 142 | 0.39 | 0.27 | 0 | 0.44 | 221.79 | 0.25 | 0.45 |
| Hex | 56 | 67 | 8E | 27 | 1B | 0 | 2C | DE | 19 | 2D |
| Octal | 126 | 147 | 216 | 47 | 33 | 0 | 54 | 336 | 31 | 55 |
| Binary | 1010110 | 1100111 | 10001110 | 100111 | 11011 | 0 | 101100 | 11011110 | 11001 | 101101 |
Color Harmonies of #56678E
Complementary color
Monochromatic Colors of #56678E
Black with #56678E
Text Example
Text Example
White with #56678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56678E; }
p { color: rgb(86,103,142); }
H1.HeaderClassName
{
color: #56678E;
}
.AnyTagClassName
{
color: #56678E;
}
</style>
background-color css
<style>
a { background-color: #56678E; }
a { background-color: rgb(86,103,142); }
div.DivClassName
{
background-color: #56678E;
}
.BgClassName
{
background-color: #56678E;
}
</style>
border-color css
<style>
span { border-color: #56678E; }
span { border-color: rgb(86,103,142); }
td.TdClassName
{
border-color: #56678E;
}
.TagClassName
{
border-color: #56678E;
}
</style>