Shades of Waikawa Grey #5A6696
Tints of Waikawa Grey #5A6696
RGB
CMYK
RGB Variations
Color information
#5A6696 (or 0x5A6696) is known color: Waikawa Grey. HEX triplet: 5A, 66 and 96. RGB value is (90,102,150). Sum of RGB (Red+Green+Blue) = 90+102+150=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A6696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6696 is #A59969. Grayscale: #676767. Windows color (decimal): -10852714 or 9856602. OLE color: 9856602.
HSL color Cylindrical-coordinate representation of color #5A6696: hue angle of 228º 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 #5A6696 is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 102 | 150 | - |
| CMYK | 0.4 | 0.32 | 0 | 0.41 |
| HSL | 228º | 0.25% | 0.47% | - |
| HSV(B) | 228º | 0.4% | 0.59% | - |
| XYZ | 14.47 | 13.88 | 30.77 | - |
| YUV | 103.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 150 | 0.4 | 0.32 | 0 | 0.41 | 228 | 0.25 | 0.47 |
| Hex | 5A | 66 | 96 | 28 | 20 | 0 | 29 | E4 | 19 | 2F |
| Octal | 132 | 146 | 226 | 50 | 40 | 0 | 51 | 344 | 31 | 57 |
| Binary | 1011010 | 1100110 | 10010110 | 101000 | 100000 | 0 | 101001 | 11100100 | 11001 | 101111 |
Color Harmonies of #5A6696
Complementary color
Monochromatic Colors of #5A6696
Black with #5A6696
Text Example
Text Example
White with #5A6696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6696; }
p { color: rgb(90,102,150); }
H1.HeaderClassName
{
color: #5A6696;
}
.AnyTagClassName
{
color: #5A6696;
}
</style>
background-color css
<style>
a { background-color: #5A6696; }
a { background-color: rgb(90,102,150); }
div.DivClassName
{
background-color: #5A6696;
}
.BgClassName
{
background-color: #5A6696;
}
</style>
border-color css
<style>
span { border-color: #5A6696; }
span { border-color: rgb(90,102,150); }
td.TdClassName
{
border-color: #5A6696;
}
.TagClassName
{
border-color: #5A6696;
}
</style>