Shades of Waikawa Grey #5E769B
Tints of Waikawa Grey #5E769B
RGB
CMYK
RGB Variations
Color information
#5E769B (or 0x5E769B) is known color: Waikawa Grey. HEX triplet: 5E, 76 and 9B. RGB value is (94,118,155). Sum of RGB (Red+Green+Blue) = 94+118+155=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E769B is #A18964. Grayscale: #727272. Windows color (decimal): -10586469 or 10188382. OLE color: 10188382.
HSL color Cylindrical-coordinate representation of color #5E769B: hue angle of 216.39º 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 #5E769B is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 118 | 155 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.39 |
| HSL | 216.39º | 0.24% | 0.49% | - |
| HSV(B) | 216.39º | 0.39% | 0.61% | - |
| XYZ | 17.01 | 17.7 | 33.53 | - |
| YUV | 115.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 155 | 0.39 | 0.24 | 0 | 0.39 | 216.39 | 0.24 | 0.49 |
| Hex | 5E | 76 | 9B | 27 | 18 | 0 | 27 | D8 | 18 | 31 |
| Octal | 136 | 166 | 233 | 47 | 30 | 0 | 47 | 330 | 30 | 61 |
| Binary | 1011110 | 1110110 | 10011011 | 100111 | 11000 | 0 | 100111 | 11011000 | 11000 | 110001 |
Color Harmonies of #5E769B
Complementary color
Monochromatic Colors of #5E769B
Black with #5E769B
Text Example
Text Example
White with #5E769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E769B; }
p { color: rgb(94,118,155); }
H1.HeaderClassName
{
color: #5E769B;
}
.AnyTagClassName
{
color: #5E769B;
}
</style>
background-color css
<style>
a { background-color: #5E769B; }
a { background-color: rgb(94,118,155); }
div.DivClassName
{
background-color: #5E769B;
}
.BgClassName
{
background-color: #5E769B;
}
</style>
border-color css
<style>
span { border-color: #5E769B; }
span { border-color: rgb(94,118,155); }
td.TdClassName
{
border-color: #5E769B;
}
.TagClassName
{
border-color: #5E769B;
}
</style>