Shades of Waikawa Grey #5B7798
Tints of Waikawa Grey #5B7798
RGB
CMYK
RGB Variations
Color information
#5B7798 (or 0x5B7798) is known color: Waikawa Grey. HEX triplet: 5B, 77 and 98. RGB value is (91,119,152). Sum of RGB (Red+Green+Blue) = 91+119+152=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B7798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7798 is #A48867. Grayscale: #727272. Windows color (decimal): -10782824 or 9992027. OLE color: 9992027.
HSL color Cylindrical-coordinate representation of color #5B7798: hue angle of 212.46º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B7798 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 119 | 152 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.40 |
| HSL | 212.46º | 0.25% | 0.48% | - |
| HSV(B) | 212.46º | 0.4% | 0.6% | - |
| XYZ | 16.58 | 17.68 | 32.25 | - |
| YUV | 114.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 152 | 0.40 | 0.22 | 0 | 0.40 | 212.46 | 0.25 | 0.48 |
| Hex | 5B | 77 | 98 | 28 | 16 | 0 | 28 | D4 | 19 | 30 |
| Octal | 133 | 167 | 230 | 50 | 26 | 0 | 50 | 324 | 31 | 60 |
| Binary | 1011011 | 1110111 | 10011000 | 101000 | 10110 | 0 | 101000 | 11010100 | 11001 | 110000 |
Color Harmonies of #5B7798
Complementary color
Monochromatic Colors of #5B7798
Black with #5B7798
Text Example
Text Example
White with #5B7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7798; }
p { color: rgb(91,119,152); }
H1.HeaderClassName
{
color: #5B7798;
}
.AnyTagClassName
{
color: #5B7798;
}
</style>
background-color css
<style>
a { background-color: #5B7798; }
a { background-color: rgb(91,119,152); }
div.DivClassName
{
background-color: #5B7798;
}
.BgClassName
{
background-color: #5B7798;
}
</style>
border-color css
<style>
span { border-color: #5B7798; }
span { border-color: rgb(91,119,152); }
td.TdClassName
{
border-color: #5B7798;
}
.TagClassName
{
border-color: #5B7798;
}
</style>