Shades of Waikawa Grey #5A669A
Tints of Waikawa Grey #5A669A
RGB
CMYK
RGB Variations
Color information
#5A669A (or 0x5A669A) is known color: Waikawa Grey. HEX triplet: 5A, 66 and 9A. RGB value is (90,102,154). Sum of RGB (Red+Green+Blue) = 90+102+154=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A669A is #A59965. Grayscale: #686868. Windows color (decimal): -10852710 or 10118746. OLE color: 10118746.
HSL color Cylindrical-coordinate representation of color #5A669A: hue angle of 228.75º 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 #5A669A is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 102 | 154 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.40 |
| HSL | 228.75º | 0.26% | 0.48% | - |
| HSV(B) | 228.75º | 0.42% | 0.6% | - |
| XYZ | 14.8 | 14.01 | 32.5 | - |
| YUV | 104.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 154 | 0.42 | 0.34 | 0 | 0.40 | 228.75 | 0.26 | 0.48 |
| Hex | 5A | 66 | 9A | 2A | 22 | 0 | 28 | E5 | 1A | 30 |
| Octal | 132 | 146 | 232 | 52 | 42 | 0 | 50 | 345 | 32 | 60 |
| Binary | 1011010 | 1100110 | 10011010 | 101010 | 100010 | 0 | 101000 | 11100101 | 11010 | 110000 |
Color Harmonies of #5A669A
Complementary color
Monochromatic Colors of #5A669A
Black with #5A669A
Text Example
Text Example
White with #5A669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A669A; }
p { color: rgb(90,102,154); }
H1.HeaderClassName
{
color: #5A669A;
}
.AnyTagClassName
{
color: #5A669A;
}
</style>
background-color css
<style>
a { background-color: #5A669A; }
a { background-color: rgb(90,102,154); }
div.DivClassName
{
background-color: #5A669A;
}
.BgClassName
{
background-color: #5A669A;
}
</style>
border-color css
<style>
span { border-color: #5A669A; }
span { border-color: rgb(90,102,154); }
td.TdClassName
{
border-color: #5A669A;
}
.TagClassName
{
border-color: #5A669A;
}
</style>