Shades of Waikawa Grey #5A688D
Tints of Waikawa Grey #5A688D
RGB
CMYK
RGB Variations
Color information
#5A688D (or 0x5A688D) is known color: Waikawa Grey. HEX triplet: 5A, 68 and 8D. RGB value is (90,104,141). Sum of RGB (Red+Green+Blue) = 90+104+141=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A688D is #A59772. Grayscale: #676767. Windows color (decimal): -10852211 or 9267290. OLE color: 9267290.
HSL color Cylindrical-coordinate representation of color #5A688D: hue angle of 223.53º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A688D is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 104 | 141 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.45 |
| HSL | 223.53º | 0.22% | 0.45% | - |
| HSV(B) | 223.53º | 0.36% | 0.55% | - |
| XYZ | 13.97 | 14 | 27.16 | - |
| YUV | 104.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 141 | 0.36 | 0.26 | 0 | 0.45 | 223.53 | 0.22 | 0.45 |
| Hex | 5A | 68 | 8D | 24 | 1A | 0 | 2D | E0 | 16 | 2D |
| Octal | 132 | 150 | 215 | 44 | 32 | 0 | 55 | 340 | 26 | 55 |
| Binary | 1011010 | 1101000 | 10001101 | 100100 | 11010 | 0 | 101101 | 11100000 | 10110 | 101101 |
Color Harmonies of #5A688D
Complementary color
Monochromatic Colors of #5A688D
Black with #5A688D
Text Example
Text Example
White with #5A688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A688D; }
p { color: rgb(90,104,141); }
H1.HeaderClassName
{
color: #5A688D;
}
.AnyTagClassName
{
color: #5A688D;
}
</style>
background-color css
<style>
a { background-color: #5A688D; }
a { background-color: rgb(90,104,141); }
div.DivClassName
{
background-color: #5A688D;
}
.BgClassName
{
background-color: #5A688D;
}
</style>
border-color css
<style>
span { border-color: #5A688D; }
span { border-color: rgb(90,104,141); }
td.TdClassName
{
border-color: #5A688D;
}
.TagClassName
{
border-color: #5A688D;
}
</style>