Shades of Waikawa Grey #5B6387
Tints of Waikawa Grey #5B6387
RGB
CMYK
RGB Variations
Color information
#5B6387 (or 0x5B6387) is known color: Waikawa Grey. HEX triplet: 5B, 63 and 87. RGB value is (91,99,135). Sum of RGB (Red+Green+Blue) = 91+99+135=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B6387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6387 is #A49C78. Grayscale: #646464. Windows color (decimal): -10787961 or 8872795. OLE color: 8872795.
HSL color Cylindrical-coordinate representation of color #5B6387: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B6387 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 99 | 135 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.47 |
| HSL | 229.09º | 0.19% | 0.44% | - |
| HSV(B) | 229.09º | 0.33% | 0.53% | - |
| XYZ | 13.15 | 12.9 | 24.72 | - |
| YUV | 100.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 135 | 0.33 | 0.27 | 0 | 0.47 | 229.09 | 0.19 | 0.44 |
| Hex | 5B | 63 | 87 | 21 | 1B | 0 | 2F | E5 | 13 | 2C |
| Octal | 133 | 143 | 207 | 41 | 33 | 0 | 57 | 345 | 23 | 54 |
| Binary | 1011011 | 1100011 | 10000111 | 100001 | 11011 | 0 | 101111 | 11100101 | 10011 | 101100 |
Color Harmonies of #5B6387
Complementary color
Monochromatic Colors of #5B6387
Black with #5B6387
Text Example
Text Example
White with #5B6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6387; }
p { color: rgb(91,99,135); }
H1.HeaderClassName
{
color: #5B6387;
}
.AnyTagClassName
{
color: #5B6387;
}
</style>
background-color css
<style>
a { background-color: #5B6387; }
a { background-color: rgb(91,99,135); }
div.DivClassName
{
background-color: #5B6387;
}
.BgClassName
{
background-color: #5B6387;
}
</style>
border-color css
<style>
span { border-color: #5B6387; }
span { border-color: rgb(91,99,135); }
td.TdClassName
{
border-color: #5B6387;
}
.TagClassName
{
border-color: #5B6387;
}
</style>