Shades of Waikawa Grey #5A6287
Tints of Waikawa Grey #5A6287
RGB
CMYK
RGB Variations
Color information
#5A6287 (or 0x5A6287) is known color: Waikawa Grey. HEX triplet: 5A, 62 and 87. RGB value is (90,98,135). Sum of RGB (Red+Green+Blue) = 90+98+135=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6287 is #A59D78. Grayscale: #636363. Windows color (decimal): -10853753 or 8872538. OLE color: 8872538.
HSL color Cylindrical-coordinate representation of color #5A6287: hue angle of 229.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A6287 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 98 | 135 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.47 |
| HSL | 229.33º | 0.2% | 0.44% | - |
| HSV(B) | 229.33º | 0.33% | 0.53% | - |
| XYZ | 12.96 | 12.66 | 24.68 | - |
| YUV | 99.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 135 | 0.33 | 0.27 | 0 | 0.47 | 229.33 | 0.2 | 0.44 |
| Hex | 5A | 62 | 87 | 21 | 1B | 0 | 2F | E5 | 14 | 2C |
| Octal | 132 | 142 | 207 | 41 | 33 | 0 | 57 | 345 | 24 | 54 |
| Binary | 1011010 | 1100010 | 10000111 | 100001 | 11011 | 0 | 101111 | 11100101 | 10100 | 101100 |
Color Harmonies of #5A6287
Complementary color
Monochromatic Colors of #5A6287
Black with #5A6287
Text Example
Text Example
White with #5A6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6287; }
p { color: rgb(90,98,135); }
H1.HeaderClassName
{
color: #5A6287;
}
.AnyTagClassName
{
color: #5A6287;
}
</style>
background-color css
<style>
a { background-color: #5A6287; }
a { background-color: rgb(90,98,135); }
div.DivClassName
{
background-color: #5A6287;
}
.BgClassName
{
background-color: #5A6287;
}
</style>
border-color css
<style>
span { border-color: #5A6287; }
span { border-color: rgb(90,98,135); }
td.TdClassName
{
border-color: #5A6287;
}
.TagClassName
{
border-color: #5A6287;
}
</style>