Shades of Waikawa Grey #5A688C
Tints of Waikawa Grey #5A688C
RGB
CMYK
RGB Variations
Color information
#5A688C (or 0x5A688C) is known color: Waikawa Grey. HEX triplet: 5A, 68 and 8C. RGB value is (90,104,140). Sum of RGB (Red+Green+Blue) = 90+104+140=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A688C is #A59773. Grayscale: #676767. Windows color (decimal): -10852212 or 9201754. OLE color: 9201754.
HSL color Cylindrical-coordinate representation of color #5A688C: hue angle of 223.2º 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 #5A688C is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 104 | 140 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.45 |
| HSL | 223.2º | 0.22% | 0.45% | - |
| HSV(B) | 223.2º | 0.36% | 0.55% | - |
| XYZ | 13.9 | 13.97 | 26.77 | - |
| YUV | 103.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 140 | 0.36 | 0.26 | 0 | 0.45 | 223.2 | 0.22 | 0.45 |
| Hex | 5A | 68 | 8C | 24 | 1A | 0 | 2D | DF | 16 | 2D |
| Octal | 132 | 150 | 214 | 44 | 32 | 0 | 55 | 337 | 26 | 55 |
| Binary | 1011010 | 1101000 | 10001100 | 100100 | 11010 | 0 | 101101 | 11011111 | 10110 | 101101 |
Color Harmonies of #5A688C
Complementary color
Monochromatic Colors of #5A688C
Black with #5A688C
Text Example
Text Example
White with #5A688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A688C; }
p { color: rgb(90,104,140); }
H1.HeaderClassName
{
color: #5A688C;
}
.AnyTagClassName
{
color: #5A688C;
}
</style>
background-color css
<style>
a { background-color: #5A688C; }
a { background-color: rgb(90,104,140); }
div.DivClassName
{
background-color: #5A688C;
}
.BgClassName
{
background-color: #5A688C;
}
</style>
border-color css
<style>
span { border-color: #5A688C; }
span { border-color: rgb(90,104,140); }
td.TdClassName
{
border-color: #5A688C;
}
.TagClassName
{
border-color: #5A688C;
}
</style>