Shades of Waikawa Grey #5A6888
Tints of Waikawa Grey #5A6888
RGB
CMYK
RGB Variations
Color information
#5A6888 (or 0x5A6888) is known color: Waikawa Grey. HEX triplet: 5A, 68 and 88. RGB value is (90,104,136). Sum of RGB (Red+Green+Blue) = 90+104+136=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A6888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6888 is #A59777. Grayscale: #676767. Windows color (decimal): -10852216 or 8939610. OLE color: 8939610.
HSL color Cylindrical-coordinate representation of color #5A6888: hue angle of 221.74º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A6888 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 104 | 136 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.47 |
| HSL | 221.74º | 0.2% | 0.44% | - |
| HSV(B) | 221.74º | 0.34% | 0.53% | - |
| XYZ | 13.61 | 13.85 | 25.25 | - |
| YUV | 103.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 136 | 0.34 | 0.24 | 0 | 0.47 | 221.74 | 0.2 | 0.44 |
| Hex | 5A | 68 | 88 | 22 | 18 | 0 | 2F | DE | 14 | 2C |
| Octal | 132 | 150 | 210 | 42 | 30 | 0 | 57 | 336 | 24 | 54 |
| Binary | 1011010 | 1101000 | 10001000 | 100010 | 11000 | 0 | 101111 | 11011110 | 10100 | 101100 |
Color Harmonies of #5A6888
Complementary color
Monochromatic Colors of #5A6888
Black with #5A6888
Text Example
Text Example
White with #5A6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6888; }
p { color: rgb(90,104,136); }
H1.HeaderClassName
{
color: #5A6888;
}
.AnyTagClassName
{
color: #5A6888;
}
</style>
background-color css
<style>
a { background-color: #5A6888; }
a { background-color: rgb(90,104,136); }
div.DivClassName
{
background-color: #5A6888;
}
.BgClassName
{
background-color: #5A6888;
}
</style>
border-color css
<style>
span { border-color: #5A6888; }
span { border-color: rgb(90,104,136); }
td.TdClassName
{
border-color: #5A6888;
}
.TagClassName
{
border-color: #5A6888;
}
</style>