Shades of Waikawa Grey #5A6D9E
Tints of Waikawa Grey #5A6D9E
RGB
CMYK
RGB Variations
Color information
#5A6D9E (or 0x5A6D9E) is known color: Waikawa Grey. HEX triplet: 5A, 6D and 9E. RGB value is (90,109,158). Sum of RGB (Red+Green+Blue) = 90+109+158=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A6D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6D9E is #A59261. Grayscale: #6C6C6C. Windows color (decimal): -10850914 or 10382682. OLE color: 10382682.
HSL color Cylindrical-coordinate representation of color #5A6D9E: hue angle of 223.24º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A6D9E is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 109 | 158 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.38 |
| HSL | 223.24º | 0.27% | 0.49% | - |
| HSV(B) | 223.24º | 0.43% | 0.62% | - |
| XYZ | 15.86 | 15.58 | 34.52 | - |
| YUV | 108.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 158 | 0.43 | 0.31 | 0 | 0.38 | 223.24 | 0.27 | 0.49 |
| Hex | 5A | 6D | 9E | 2B | 1F | 0 | 26 | DF | 1B | 31 |
| Octal | 132 | 155 | 236 | 53 | 37 | 0 | 46 | 337 | 33 | 61 |
| Binary | 1011010 | 1101101 | 10011110 | 101011 | 11111 | 0 | 100110 | 11011111 | 11011 | 110001 |
Color Harmonies of #5A6D9E
Complementary color
Monochromatic Colors of #5A6D9E
Black with #5A6D9E
Text Example
Text Example
White with #5A6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D9E; }
p { color: rgb(90,109,158); }
H1.HeaderClassName
{
color: #5A6D9E;
}
.AnyTagClassName
{
color: #5A6D9E;
}
</style>
background-color css
<style>
a { background-color: #5A6D9E; }
a { background-color: rgb(90,109,158); }
div.DivClassName
{
background-color: #5A6D9E;
}
.BgClassName
{
background-color: #5A6D9E;
}
</style>
border-color css
<style>
span { border-color: #5A6D9E; }
span { border-color: rgb(90,109,158); }
td.TdClassName
{
border-color: #5A6D9E;
}
.TagClassName
{
border-color: #5A6D9E;
}
</style>