Shades of Waikawa Grey #5B779B
Tints of Waikawa Grey #5B779B
RGB
CMYK
RGB Variations
Color information
#5B779B (or 0x5B779B) is known color: Waikawa Grey. HEX triplet: 5B, 77 and 9B. RGB value is (91,119,155). Sum of RGB (Red+Green+Blue) = 91+119+155=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B779B is #A48864. Grayscale: #727272. Windows color (decimal): -10782821 or 10188635. OLE color: 10188635.
HSL color Cylindrical-coordinate representation of color #5B779B: hue angle of 213.75º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B779B is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 119 | 155 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.39 |
| HSL | 213.75º | 0.26% | 0.48% | - |
| HSV(B) | 213.75º | 0.41% | 0.61% | - |
| XYZ | 16.83 | 17.78 | 33.56 | - |
| YUV | 114.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 155 | 0.41 | 0.23 | 0 | 0.39 | 213.75 | 0.26 | 0.48 |
| Hex | 5B | 77 | 9B | 29 | 17 | 0 | 27 | D6 | 1A | 30 |
| Octal | 133 | 167 | 233 | 51 | 27 | 0 | 47 | 326 | 32 | 60 |
| Binary | 1011011 | 1110111 | 10011011 | 101001 | 10111 | 0 | 100111 | 11010110 | 11010 | 110000 |
Color Harmonies of #5B779B
Complementary color
Monochromatic Colors of #5B779B
Black with #5B779B
Text Example
Text Example
White with #5B779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B779B; }
p { color: rgb(91,119,155); }
H1.HeaderClassName
{
color: #5B779B;
}
.AnyTagClassName
{
color: #5B779B;
}
</style>
background-color css
<style>
a { background-color: #5B779B; }
a { background-color: rgb(91,119,155); }
div.DivClassName
{
background-color: #5B779B;
}
.BgClassName
{
background-color: #5B779B;
}
</style>
border-color css
<style>
span { border-color: #5B779B; }
span { border-color: rgb(91,119,155); }
td.TdClassName
{
border-color: #5B779B;
}
.TagClassName
{
border-color: #5B779B;
}
</style>