Shades of Waikawa Grey #5A679A
Tints of Waikawa Grey #5A679A
RGB
CMYK
RGB Variations
Color information
#5A679A (or 0x5A679A) is known color: Waikawa Grey. HEX triplet: 5A, 67 and 9A. RGB value is (90,103,154). Sum of RGB (Red+Green+Blue) = 90+103+154=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A679A is #A59865. Grayscale: #686868. Windows color (decimal): -10852454 or 10119002. OLE color: 10119002.
HSL color Cylindrical-coordinate representation of color #5A679A: hue angle of 227.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A679A is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 103 | 154 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.40 |
| HSL | 227.81º | 0.26% | 0.48% | - |
| HSV(B) | 227.81º | 0.42% | 0.6% | - |
| XYZ | 14.9 | 14.21 | 32.53 | - |
| YUV | 104.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 154 | 0.42 | 0.33 | 0 | 0.40 | 227.81 | 0.26 | 0.48 |
| Hex | 5A | 67 | 9A | 2A | 21 | 0 | 28 | E4 | 1A | 30 |
| Octal | 132 | 147 | 232 | 52 | 41 | 0 | 50 | 344 | 32 | 60 |
| Binary | 1011010 | 1100111 | 10011010 | 101010 | 100001 | 0 | 101000 | 11100100 | 11010 | 110000 |
Color Harmonies of #5A679A
Complementary color
Monochromatic Colors of #5A679A
Black with #5A679A
Text Example
Text Example
White with #5A679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A679A; }
p { color: rgb(90,103,154); }
H1.HeaderClassName
{
color: #5A679A;
}
.AnyTagClassName
{
color: #5A679A;
}
</style>
background-color css
<style>
a { background-color: #5A679A; }
a { background-color: rgb(90,103,154); }
div.DivClassName
{
background-color: #5A679A;
}
.BgClassName
{
background-color: #5A679A;
}
</style>
border-color css
<style>
span { border-color: #5A679A; }
span { border-color: rgb(90,103,154); }
td.TdClassName
{
border-color: #5A679A;
}
.TagClassName
{
border-color: #5A679A;
}
</style>