Shades of Waikawa Grey #5A6688
Tints of Waikawa Grey #5A6688
RGB
CMYK
RGB Variations
Color information
#5A6688 (or 0x5A6688) is known color: Waikawa Grey. HEX triplet: 5A, 66 and 88. RGB value is (90,102,136). Sum of RGB (Red+Green+Blue) = 90+102+136=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6688 is #A59977. Grayscale: #666666. Windows color (decimal): -10852728 or 8939098. OLE color: 8939098.
HSL color Cylindrical-coordinate representation of color #5A6688: hue angle of 224.35º 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 #5A6688 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 102 | 136 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.47 |
| HSL | 224.35º | 0.2% | 0.44% | - |
| HSV(B) | 224.35º | 0.34% | 0.53% | - |
| XYZ | 13.41 | 13.45 | 25.18 | - |
| YUV | 102.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 136 | 0.34 | 0.25 | 0 | 0.47 | 224.35 | 0.2 | 0.44 |
| Hex | 5A | 66 | 88 | 22 | 19 | 0 | 2F | E0 | 14 | 2C |
| Octal | 132 | 146 | 210 | 42 | 31 | 0 | 57 | 340 | 24 | 54 |
| Binary | 1011010 | 1100110 | 10001000 | 100010 | 11001 | 0 | 101111 | 11100000 | 10100 | 101100 |
Color Harmonies of #5A6688
Complementary color
Monochromatic Colors of #5A6688
Black with #5A6688
Text Example
Text Example
White with #5A6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6688; }
p { color: rgb(90,102,136); }
H1.HeaderClassName
{
color: #5A6688;
}
.AnyTagClassName
{
color: #5A6688;
}
</style>
background-color css
<style>
a { background-color: #5A6688; }
a { background-color: rgb(90,102,136); }
div.DivClassName
{
background-color: #5A6688;
}
.BgClassName
{
background-color: #5A6688;
}
</style>
border-color css
<style>
span { border-color: #5A6688; }
span { border-color: rgb(90,102,136); }
td.TdClassName
{
border-color: #5A6688;
}
.TagClassName
{
border-color: #5A6688;
}
</style>