Shades of Waikawa Grey #5B6582
Tints of Waikawa Grey #5B6582
RGB
CMYK
RGB Variations
Color information
#5B6582 (or 0x5B6582) is known color: Waikawa Grey. HEX triplet: 5B, 65 and 82. RGB value is (91,101,130). Sum of RGB (Red+Green+Blue) = 91+101+130=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B6582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6582 is #A49A7D. Grayscale: #656565. Windows color (decimal): -10787454 or 8545627. OLE color: 8545627.
HSL color Cylindrical-coordinate representation of color #5B6582: hue angle of 224.62º 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 #5B6582 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 101 | 130 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.49 |
| HSL | 224.62º | 0.18% | 0.43% | - |
| HSV(B) | 224.62º | 0.3% | 0.51% | - |
| XYZ | 13 | 13.14 | 22.97 | - |
| YUV | 101.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 130 | 0.30 | 0.22 | 0 | 0.49 | 224.62 | 0.18 | 0.43 |
| Hex | 5B | 65 | 82 | 1E | 16 | 0 | 31 | E1 | 12 | 2B |
| Octal | 133 | 145 | 202 | 36 | 26 | 0 | 61 | 341 | 22 | 53 |
| Binary | 1011011 | 1100101 | 10000010 | 11110 | 10110 | 0 | 110001 | 11100001 | 10010 | 101011 |
Color Harmonies of #5B6582
Complementary color
Monochromatic Colors of #5B6582
Black with #5B6582
Text Example
Text Example
White with #5B6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6582; }
p { color: rgb(91,101,130); }
H1.HeaderClassName
{
color: #5B6582;
}
.AnyTagClassName
{
color: #5B6582;
}
</style>
background-color css
<style>
a { background-color: #5B6582; }
a { background-color: rgb(91,101,130); }
div.DivClassName
{
background-color: #5B6582;
}
.BgClassName
{
background-color: #5B6582;
}
</style>
border-color css
<style>
span { border-color: #5B6582; }
span { border-color: rgb(91,101,130); }
td.TdClassName
{
border-color: #5B6582;
}
.TagClassName
{
border-color: #5B6582;
}
</style>