Shades of Waikawa Grey #5B7397
Tints of Waikawa Grey #5B7397
RGB
CMYK
RGB Variations
Color information
#5B7397 (or 0x5B7397) is known color: Waikawa Grey. HEX triplet: 5B, 73 and 97. RGB value is (91,115,151). Sum of RGB (Red+Green+Blue) = 91+115+151=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B7397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7397 is #A48C68. Grayscale: #6F6F6F. Windows color (decimal): -10783849 or 9925467. OLE color: 9925467.
HSL color Cylindrical-coordinate representation of color #5B7397: hue angle of 216º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B7397 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 115 | 151 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.41 |
| HSL | 216º | 0.25% | 0.47% | - |
| HSV(B) | 216º | 0.4% | 0.59% | - |
| XYZ | 16.03 | 16.72 | 31.66 | - |
| YUV | 111.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 151 | 0.40 | 0.24 | 0 | 0.41 | 216 | 0.25 | 0.47 |
| Hex | 5B | 73 | 97 | 28 | 18 | 0 | 29 | D8 | 19 | 2F |
| Octal | 133 | 163 | 227 | 50 | 30 | 0 | 51 | 330 | 31 | 57 |
| Binary | 1011011 | 1110011 | 10010111 | 101000 | 11000 | 0 | 101001 | 11011000 | 11001 | 101111 |
Color Harmonies of #5B7397
Complementary color
Monochromatic Colors of #5B7397
Black with #5B7397
Text Example
Text Example
White with #5B7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7397; }
p { color: rgb(91,115,151); }
H1.HeaderClassName
{
color: #5B7397;
}
.AnyTagClassName
{
color: #5B7397;
}
</style>
background-color css
<style>
a { background-color: #5B7397; }
a { background-color: rgb(91,115,151); }
div.DivClassName
{
background-color: #5B7397;
}
.BgClassName
{
background-color: #5B7397;
}
</style>
border-color css
<style>
span { border-color: #5B7397; }
span { border-color: rgb(91,115,151); }
td.TdClassName
{
border-color: #5B7397;
}
.TagClassName
{
border-color: #5B7397;
}
</style>