Shades of Waikawa Grey #5E789B
Tints of Waikawa Grey #5E789B
RGB
CMYK
RGB Variations
Color information
#5E789B (or 0x5E789B) is known color: Waikawa Grey. HEX triplet: 5E, 78 and 9B. RGB value is (94,120,155). Sum of RGB (Red+Green+Blue) = 94+120+155=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E789B is #A18764. Grayscale: #747474. Windows color (decimal): -10585957 or 10188894. OLE color: 10188894.
HSL color Cylindrical-coordinate representation of color #5E789B: hue angle of 214.43º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E789B is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 120 | 155 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.39 |
| HSL | 214.43º | 0.24% | 0.49% | - |
| HSV(B) | 214.43º | 0.39% | 0.61% | - |
| XYZ | 17.25 | 18.18 | 33.61 | - |
| YUV | 116.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 155 | 0.39 | 0.23 | 0 | 0.39 | 214.43 | 0.24 | 0.49 |
| Hex | 5E | 78 | 9B | 27 | 17 | 0 | 27 | D6 | 18 | 31 |
| Octal | 136 | 170 | 233 | 47 | 27 | 0 | 47 | 326 | 30 | 61 |
| Binary | 1011110 | 1111000 | 10011011 | 100111 | 10111 | 0 | 100111 | 11010110 | 11000 | 110001 |
Color Harmonies of #5E789B
Complementary color
Monochromatic Colors of #5E789B
Black with #5E789B
Text Example
Text Example
White with #5E789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E789B; }
p { color: rgb(94,120,155); }
H1.HeaderClassName
{
color: #5E789B;
}
.AnyTagClassName
{
color: #5E789B;
}
</style>
background-color css
<style>
a { background-color: #5E789B; }
a { background-color: rgb(94,120,155); }
div.DivClassName
{
background-color: #5E789B;
}
.BgClassName
{
background-color: #5E789B;
}
</style>
border-color css
<style>
span { border-color: #5E789B; }
span { border-color: rgb(94,120,155); }
td.TdClassName
{
border-color: #5E789B;
}
.TagClassName
{
border-color: #5E789B;
}
</style>