Shades of Waikawa Grey #5A689B
Tints of Waikawa Grey #5A689B
RGB
CMYK
RGB Variations
Color information
#5A689B (or 0x5A689B) is known color: Waikawa Grey. HEX triplet: 5A, 68 and 9B. RGB value is (90,104,155). Sum of RGB (Red+Green+Blue) = 90+104+155=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A689B is #A59764. Grayscale: #696969. Windows color (decimal): -10852197 or 10184794. OLE color: 10184794.
HSL color Cylindrical-coordinate representation of color #5A689B: hue angle of 227.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A689B is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 104 | 155 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.39 |
| HSL | 227.08º | 0.27% | 0.48% | - |
| HSV(B) | 227.08º | 0.42% | 0.61% | - |
| XYZ | 15.08 | 14.44 | 33 | - |
| YUV | 105.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 155 | 0.42 | 0.33 | 0 | 0.39 | 227.08 | 0.27 | 0.48 |
| Hex | 5A | 68 | 9B | 2A | 21 | 0 | 27 | E3 | 1B | 30 |
| Octal | 132 | 150 | 233 | 52 | 41 | 0 | 47 | 343 | 33 | 60 |
| Binary | 1011010 | 1101000 | 10011011 | 101010 | 100001 | 0 | 100111 | 11100011 | 11011 | 110000 |
Color Harmonies of #5A689B
Complementary color
Monochromatic Colors of #5A689B
Black with #5A689B
Text Example
Text Example
White with #5A689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A689B; }
p { color: rgb(90,104,155); }
H1.HeaderClassName
{
color: #5A689B;
}
.AnyTagClassName
{
color: #5A689B;
}
</style>
background-color css
<style>
a { background-color: #5A689B; }
a { background-color: rgb(90,104,155); }
div.DivClassName
{
background-color: #5A689B;
}
.BgClassName
{
background-color: #5A689B;
}
</style>
border-color css
<style>
span { border-color: #5A689B; }
span { border-color: rgb(90,104,155); }
td.TdClassName
{
border-color: #5A689B;
}
.TagClassName
{
border-color: #5A689B;
}
</style>