Shades of Waikawa Grey #5B779C
Tints of Waikawa Grey #5B779C
RGB
CMYK
RGB Variations
Color information
#5B779C (or 0x5B779C) is known color: Waikawa Grey. HEX triplet: 5B, 77 and 9C. RGB value is (91,119,156). Sum of RGB (Red+Green+Blue) = 91+119+156=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B779C is #A48863. Grayscale: #727272. Windows color (decimal): -10782820 or 10254171. OLE color: 10254171.
HSL color Cylindrical-coordinate representation of color #5B779C: hue angle of 214.15º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B779C is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 119 | 156 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.39 |
| HSL | 214.15º | 0.26% | 0.48% | - |
| HSV(B) | 214.15º | 0.42% | 0.61% | - |
| XYZ | 16.91 | 17.82 | 34 | - |
| YUV | 114.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 156 | 0.42 | 0.24 | 0 | 0.39 | 214.15 | 0.26 | 0.48 |
| Hex | 5B | 77 | 9C | 2A | 18 | 0 | 27 | D6 | 1A | 30 |
| Octal | 133 | 167 | 234 | 52 | 30 | 0 | 47 | 326 | 32 | 60 |
| Binary | 1011011 | 1110111 | 10011100 | 101010 | 11000 | 0 | 100111 | 11010110 | 11010 | 110000 |
Color Harmonies of #5B779C
Complementary color
Monochromatic Colors of #5B779C
Black with #5B779C
Text Example
Text Example
White with #5B779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B779C; }
p { color: rgb(91,119,156); }
H1.HeaderClassName
{
color: #5B779C;
}
.AnyTagClassName
{
color: #5B779C;
}
</style>
background-color css
<style>
a { background-color: #5B779C; }
a { background-color: rgb(91,119,156); }
div.DivClassName
{
background-color: #5B779C;
}
.BgClassName
{
background-color: #5B779C;
}
</style>
border-color css
<style>
span { border-color: #5B779C; }
span { border-color: rgb(91,119,156); }
td.TdClassName
{
border-color: #5B779C;
}
.TagClassName
{
border-color: #5B779C;
}
</style>