Shades of Waikawa Grey #5B678D
Tints of Waikawa Grey #5B678D
RGB
CMYK
RGB Variations
Color information
#5B678D (or 0x5B678D) is known color: Waikawa Grey. HEX triplet: 5B, 67 and 8D. RGB value is (91,103,141). Sum of RGB (Red+Green+Blue) = 91+103+141=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B678D is #A49872. Grayscale: #676767. Windows color (decimal): -10786931 or 9267035. OLE color: 9267035.
HSL color Cylindrical-coordinate representation of color #5B678D: hue angle of 225.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B678D is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 103 | 141 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.45 |
| HSL | 225.6º | 0.22% | 0.45% | - |
| HSV(B) | 225.6º | 0.35% | 0.55% | - |
| XYZ | 13.97 | 13.85 | 27.14 | - |
| YUV | 103.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 141 | 0.35 | 0.27 | 0 | 0.45 | 225.6 | 0.22 | 0.45 |
| Hex | 5B | 67 | 8D | 23 | 1B | 0 | 2D | E2 | 16 | 2D |
| Octal | 133 | 147 | 215 | 43 | 33 | 0 | 55 | 342 | 26 | 55 |
| Binary | 1011011 | 1100111 | 10001101 | 100011 | 11011 | 0 | 101101 | 11100010 | 10110 | 101101 |
Color Harmonies of #5B678D
Complementary color
Monochromatic Colors of #5B678D
Black with #5B678D
Text Example
Text Example
White with #5B678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B678D; }
p { color: rgb(91,103,141); }
H1.HeaderClassName
{
color: #5B678D;
}
.AnyTagClassName
{
color: #5B678D;
}
</style>
background-color css
<style>
a { background-color: #5B678D; }
a { background-color: rgb(91,103,141); }
div.DivClassName
{
background-color: #5B678D;
}
.BgClassName
{
background-color: #5B678D;
}
</style>
border-color css
<style>
span { border-color: #5B678D; }
span { border-color: rgb(91,103,141); }
td.TdClassName
{
border-color: #5B678D;
}
.TagClassName
{
border-color: #5B678D;
}
</style>