Shades of Waikawa Grey #5A669B
Tints of Waikawa Grey #5A669B
RGB
CMYK
RGB Variations
Color information
#5A669B (or 0x5A669B) is known color: Waikawa Grey. HEX triplet: 5A, 66 and 9B. RGB value is (90,102,155). Sum of RGB (Red+Green+Blue) = 90+102+155=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A669B is #A59964. Grayscale: #686868. Windows color (decimal): -10852709 or 10184282. OLE color: 10184282.
HSL color Cylindrical-coordinate representation of color #5A669B: hue angle of 228.92º 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 #5A669B is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 102 | 155 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.39 |
| HSL | 228.92º | 0.27% | 0.48% | - |
| HSV(B) | 228.92º | 0.42% | 0.61% | - |
| XYZ | 14.88 | 14.04 | 32.94 | - |
| YUV | 104.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 155 | 0.42 | 0.34 | 0 | 0.39 | 228.92 | 0.27 | 0.48 |
| Hex | 5A | 66 | 9B | 2A | 22 | 0 | 27 | E5 | 1B | 30 |
| Octal | 132 | 146 | 233 | 52 | 42 | 0 | 47 | 345 | 33 | 60 |
| Binary | 1011010 | 1100110 | 10011011 | 101010 | 100010 | 0 | 100111 | 11100101 | 11011 | 110000 |
Color Harmonies of #5A669B
Complementary color
Monochromatic Colors of #5A669B
Black with #5A669B
Text Example
Text Example
White with #5A669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A669B; }
p { color: rgb(90,102,155); }
H1.HeaderClassName
{
color: #5A669B;
}
.AnyTagClassName
{
color: #5A669B;
}
</style>
background-color css
<style>
a { background-color: #5A669B; }
a { background-color: rgb(90,102,155); }
div.DivClassName
{
background-color: #5A669B;
}
.BgClassName
{
background-color: #5A669B;
}
</style>
border-color css
<style>
span { border-color: #5A669B; }
span { border-color: rgb(90,102,155); }
td.TdClassName
{
border-color: #5A669B;
}
.TagClassName
{
border-color: #5A669B;
}
</style>