Shades of Waikawa Grey #5A6796
Tints of Waikawa Grey #5A6796
RGB
CMYK
RGB Variations
Color information
#5A6796 (or 0x5A6796) is known color: Waikawa Grey. HEX triplet: 5A, 67 and 96. RGB value is (90,103,150). Sum of RGB (Red+Green+Blue) = 90+103+150=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A6796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6796 is #A59869. Grayscale: #686868. Windows color (decimal): -10852458 or 9856858. OLE color: 9856858.
HSL color Cylindrical-coordinate representation of color #5A6796: hue angle of 227º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6796 is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 103 | 150 | - |
| CMYK | 0.4 | 0.31 | 0 | 0.41 |
| HSL | 227º | 0.25% | 0.47% | - |
| HSV(B) | 227º | 0.4% | 0.59% | - |
| XYZ | 14.57 | 14.08 | 30.8 | - |
| YUV | 104.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 150 | 0.4 | 0.31 | 0 | 0.41 | 227 | 0.25 | 0.47 |
| Hex | 5A | 67 | 96 | 28 | 1F | 0 | 29 | E3 | 19 | 2F |
| Octal | 132 | 147 | 226 | 50 | 37 | 0 | 51 | 343 | 31 | 57 |
| Binary | 1011010 | 1100111 | 10010110 | 101000 | 11111 | 0 | 101001 | 11100011 | 11001 | 101111 |
Color Harmonies of #5A6796
Complementary color
Monochromatic Colors of #5A6796
Black with #5A6796
Text Example
Text Example
White with #5A6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6796; }
p { color: rgb(90,103,150); }
H1.HeaderClassName
{
color: #5A6796;
}
.AnyTagClassName
{
color: #5A6796;
}
</style>
background-color css
<style>
a { background-color: #5A6796; }
a { background-color: rgb(90,103,150); }
div.DivClassName
{
background-color: #5A6796;
}
.BgClassName
{
background-color: #5A6796;
}
</style>
border-color css
<style>
span { border-color: #5A6796; }
span { border-color: rgb(90,103,150); }
td.TdClassName
{
border-color: #5A6796;
}
.TagClassName
{
border-color: #5A6796;
}
</style>