Shades of Waikawa Grey #5A6695
Tints of Waikawa Grey #5A6695
RGB
CMYK
RGB Variations
Color information
#5A6695 (or 0x5A6695) is known color: Waikawa Grey. HEX triplet: 5A, 66 and 95. RGB value is (90,102,149). Sum of RGB (Red+Green+Blue) = 90+102+149=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A6695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6695 is #A5996A. Grayscale: #676767. Windows color (decimal): -10852715 or 9791066. OLE color: 9791066.
HSL color Cylindrical-coordinate representation of color #5A6695: hue angle of 227.8º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6695 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 102 | 149 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.42 |
| HSL | 227.8º | 0.25% | 0.47% | - |
| HSV(B) | 227.8º | 0.4% | 0.58% | - |
| XYZ | 14.39 | 13.85 | 30.35 | - |
| YUV | 103.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 149 | 0.40 | 0.32 | 0 | 0.42 | 227.8 | 0.25 | 0.47 |
| Hex | 5A | 66 | 95 | 28 | 20 | 0 | 2A | E4 | 19 | 2F |
| Octal | 132 | 146 | 225 | 50 | 40 | 0 | 52 | 344 | 31 | 57 |
| Binary | 1011010 | 1100110 | 10010101 | 101000 | 100000 | 0 | 101010 | 11100100 | 11001 | 101111 |
Color Harmonies of #5A6695
Complementary color
Monochromatic Colors of #5A6695
Black with #5A6695
Text Example
Text Example
White with #5A6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6695; }
p { color: rgb(90,102,149); }
H1.HeaderClassName
{
color: #5A6695;
}
.AnyTagClassName
{
color: #5A6695;
}
</style>
background-color css
<style>
a { background-color: #5A6695; }
a { background-color: rgb(90,102,149); }
div.DivClassName
{
background-color: #5A6695;
}
.BgClassName
{
background-color: #5A6695;
}
</style>
border-color css
<style>
span { border-color: #5A6695; }
span { border-color: rgb(90,102,149); }
td.TdClassName
{
border-color: #5A6695;
}
.TagClassName
{
border-color: #5A6695;
}
</style>