Shades of Waikawa Grey #5A6896
Tints of Waikawa Grey #5A6896
RGB
CMYK
RGB Variations
Color information
#5A6896 (or 0x5A6896) is known color: Waikawa Grey. HEX triplet: 5A, 68 and 96. RGB value is (90,104,150). Sum of RGB (Red+Green+Blue) = 90+104+150=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A6896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6896 is #A59769. Grayscale: #686868. Windows color (decimal): -10852202 or 9857114. OLE color: 9857114.
HSL color Cylindrical-coordinate representation of color #5A6896: hue angle of 226º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6896 is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 104 | 150 | - |
| CMYK | 0.4 | 0.31 | 0 | 0.41 |
| HSL | 226º | 0.25% | 0.47% | - |
| HSV(B) | 226º | 0.4% | 0.59% | - |
| XYZ | 14.67 | 14.28 | 30.84 | - |
| YUV | 105.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 150 | 0.4 | 0.31 | 0 | 0.41 | 226 | 0.25 | 0.47 |
| Hex | 5A | 68 | 96 | 28 | 1F | 0 | 29 | E2 | 19 | 2F |
| Octal | 132 | 150 | 226 | 50 | 37 | 0 | 51 | 342 | 31 | 57 |
| Binary | 1011010 | 1101000 | 10010110 | 101000 | 11111 | 0 | 101001 | 11100010 | 11001 | 101111 |
Color Harmonies of #5A6896
Complementary color
Monochromatic Colors of #5A6896
Black with #5A6896
Text Example
Text Example
White with #5A6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6896; }
p { color: rgb(90,104,150); }
H1.HeaderClassName
{
color: #5A6896;
}
.AnyTagClassName
{
color: #5A6896;
}
</style>
background-color css
<style>
a { background-color: #5A6896; }
a { background-color: rgb(90,104,150); }
div.DivClassName
{
background-color: #5A6896;
}
.BgClassName
{
background-color: #5A6896;
}
</style>
border-color css
<style>
span { border-color: #5A6896; }
span { border-color: rgb(90,104,150); }
td.TdClassName
{
border-color: #5A6896;
}
.TagClassName
{
border-color: #5A6896;
}
</style>