Shades of Waikawa Grey #5B6485
Tints of Waikawa Grey #5B6485
RGB
CMYK
RGB Variations
Color information
#5B6485 (or 0x5B6485) is known color: Waikawa Grey. HEX triplet: 5B, 64 and 85. RGB value is (91,100,133). Sum of RGB (Red+Green+Blue) = 91+100+133=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6485 is #A49B7A. Grayscale: #646464. Windows color (decimal): -10787707 or 8741979. OLE color: 8741979.
HSL color Cylindrical-coordinate representation of color #5B6485: hue angle of 227.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6485 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 100 | 133 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.48 |
| HSL | 227.14º | 0.19% | 0.44% | - |
| HSV(B) | 227.14º | 0.32% | 0.52% | - |
| XYZ | 13.11 | 13.03 | 24.02 | - |
| YUV | 101.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 133 | 0.32 | 0.25 | 0 | 0.48 | 227.14 | 0.19 | 0.44 |
| Hex | 5B | 64 | 85 | 20 | 19 | 0 | 30 | E3 | 13 | 2C |
| Octal | 133 | 144 | 205 | 40 | 31 | 0 | 60 | 343 | 23 | 54 |
| Binary | 1011011 | 1100100 | 10000101 | 100000 | 11001 | 0 | 110000 | 11100011 | 10011 | 101100 |
Color Harmonies of #5B6485
Complementary color
Monochromatic Colors of #5B6485
Black with #5B6485
Text Example
Text Example
White with #5B6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6485; }
p { color: rgb(91,100,133); }
H1.HeaderClassName
{
color: #5B6485;
}
.AnyTagClassName
{
color: #5B6485;
}
</style>
background-color css
<style>
a { background-color: #5B6485; }
a { background-color: rgb(91,100,133); }
div.DivClassName
{
background-color: #5B6485;
}
.BgClassName
{
background-color: #5B6485;
}
</style>
border-color css
<style>
span { border-color: #5B6485; }
span { border-color: rgb(91,100,133); }
td.TdClassName
{
border-color: #5B6485;
}
.TagClassName
{
border-color: #5B6485;
}
</style>