Shades of Waikawa Grey #5A6C92
Tints of Waikawa Grey #5A6C92
RGB
CMYK
RGB Variations
Color information
#5A6C92 (or 0x5A6C92) is known color: Waikawa Grey. HEX triplet: 5A, 6C and 92. RGB value is (90,108,146). Sum of RGB (Red+Green+Blue) = 90+108+146=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A6C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6C92 is #A5936D. Grayscale: #6A6A6A. Windows color (decimal): -10851182 or 9595994. OLE color: 9595994.
HSL color Cylindrical-coordinate representation of color #5A6C92: hue angle of 220.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A6C92 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 108 | 146 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.43 |
| HSL | 220.71º | 0.24% | 0.46% | - |
| HSV(B) | 220.71º | 0.38% | 0.57% | - |
| XYZ | 14.77 | 14.97 | 29.31 | - |
| YUV | 106.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 146 | 0.38 | 0.26 | 0 | 0.43 | 220.71 | 0.24 | 0.46 |
| Hex | 5A | 6C | 92 | 26 | 1A | 0 | 2B | DD | 18 | 2E |
| Octal | 132 | 154 | 222 | 46 | 32 | 0 | 53 | 335 | 30 | 56 |
| Binary | 1011010 | 1101100 | 10010010 | 100110 | 11010 | 0 | 101011 | 11011101 | 11000 | 101110 |
Color Harmonies of #5A6C92
Complementary color
Monochromatic Colors of #5A6C92
Black with #5A6C92
Text Example
Text Example
White with #5A6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C92; }
p { color: rgb(90,108,146); }
H1.HeaderClassName
{
color: #5A6C92;
}
.AnyTagClassName
{
color: #5A6C92;
}
</style>
background-color css
<style>
a { background-color: #5A6C92; }
a { background-color: rgb(90,108,146); }
div.DivClassName
{
background-color: #5A6C92;
}
.BgClassName
{
background-color: #5A6C92;
}
</style>
border-color css
<style>
span { border-color: #5A6C92; }
span { border-color: rgb(90,108,146); }
td.TdClassName
{
border-color: #5A6C92;
}
.TagClassName
{
border-color: #5A6C92;
}
</style>