Shades of Waikawa Grey #5B6792
Tints of Waikawa Grey #5B6792
RGB
CMYK
RGB Variations
Color information
#5B6792 (or 0x5B6792) is known color: Waikawa Grey. HEX triplet: 5B, 67 and 92. RGB value is (91,103,146). Sum of RGB (Red+Green+Blue) = 91+103+146=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B6792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6792 is #A4986D. Grayscale: #686868. Windows color (decimal): -10786926 or 9594715. OLE color: 9594715.
HSL color Cylindrical-coordinate representation of color #5B6792: hue angle of 226.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B6792 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 103 | 146 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.43 |
| HSL | 226.91º | 0.23% | 0.46% | - |
| HSV(B) | 226.91º | 0.38% | 0.57% | - |
| XYZ | 14.35 | 14 | 29.14 | - |
| YUV | 104.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 146 | 0.38 | 0.29 | 0 | 0.43 | 226.91 | 0.23 | 0.46 |
| Hex | 5B | 67 | 92 | 26 | 1D | 0 | 2B | E3 | 17 | 2E |
| Octal | 133 | 147 | 222 | 46 | 35 | 0 | 53 | 343 | 27 | 56 |
| Binary | 1011011 | 1100111 | 10010010 | 100110 | 11101 | 0 | 101011 | 11100011 | 10111 | 101110 |
Color Harmonies of #5B6792
Complementary color
Monochromatic Colors of #5B6792
Black with #5B6792
Text Example
Text Example
White with #5B6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6792; }
p { color: rgb(91,103,146); }
H1.HeaderClassName
{
color: #5B6792;
}
.AnyTagClassName
{
color: #5B6792;
}
</style>
background-color css
<style>
a { background-color: #5B6792; }
a { background-color: rgb(91,103,146); }
div.DivClassName
{
background-color: #5B6792;
}
.BgClassName
{
background-color: #5B6792;
}
</style>
border-color css
<style>
span { border-color: #5B6792; }
span { border-color: rgb(91,103,146); }
td.TdClassName
{
border-color: #5B6792;
}
.TagClassName
{
border-color: #5B6792;
}
</style>