Shades of Waikawa Grey #5B6382
Tints of Waikawa Grey #5B6382
RGB
CMYK
RGB Variations
Color information
#5B6382 (or 0x5B6382) is known color: Waikawa Grey. HEX triplet: 5B, 63 and 82. RGB value is (91,99,130). Sum of RGB (Red+Green+Blue) = 91+99+130=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B6382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6382 is #A49C7D. Grayscale: #646464. Windows color (decimal): -10787966 or 8545115. OLE color: 8545115.
HSL color Cylindrical-coordinate representation of color #5B6382: hue angle of 227.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B6382 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 99 | 130 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.49 |
| HSL | 227.69º | 0.18% | 0.43% | - |
| HSV(B) | 227.69º | 0.3% | 0.51% | - |
| XYZ | 12.81 | 12.76 | 22.91 | - |
| YUV | 100.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 130 | 0.30 | 0.24 | 0 | 0.49 | 227.69 | 0.18 | 0.43 |
| Hex | 5B | 63 | 82 | 1E | 18 | 0 | 31 | E4 | 12 | 2B |
| Octal | 133 | 143 | 202 | 36 | 30 | 0 | 61 | 344 | 22 | 53 |
| Binary | 1011011 | 1100011 | 10000010 | 11110 | 11000 | 0 | 110001 | 11100100 | 10010 | 101011 |
Color Harmonies of #5B6382
Complementary color
Monochromatic Colors of #5B6382
Black with #5B6382
Text Example
Text Example
White with #5B6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6382; }
p { color: rgb(91,99,130); }
H1.HeaderClassName
{
color: #5B6382;
}
.AnyTagClassName
{
color: #5B6382;
}
</style>
background-color css
<style>
a { background-color: #5B6382; }
a { background-color: rgb(91,99,130); }
div.DivClassName
{
background-color: #5B6382;
}
.BgClassName
{
background-color: #5B6382;
}
</style>
border-color css
<style>
span { border-color: #5B6382; }
span { border-color: rgb(91,99,130); }
td.TdClassName
{
border-color: #5B6382;
}
.TagClassName
{
border-color: #5B6382;
}
</style>