Shades of Waikawa Grey #5A7A9B
Tints of Waikawa Grey #5A7A9B
RGB
CMYK
RGB Variations
Color information
#5A7A9B (or 0x5A7A9B) is known color: Waikawa Grey. HEX triplet: 5A, 7A and 9B. RGB value is (90,122,155). Sum of RGB (Red+Green+Blue) = 90+122+155=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A7A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7A9B is #A58564. Grayscale: #747474. Windows color (decimal): -10847589 or 10189402. OLE color: 10189402.
HSL color Cylindrical-coordinate representation of color #5A7A9B: hue angle of 210.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A7A9B is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 122 | 155 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.39 |
| HSL | 210.46º | 0.27% | 0.48% | - |
| HSV(B) | 210.46º | 0.42% | 0.61% | - |
| XYZ | 17.09 | 18.46 | 33.67 | - |
| YUV | 116.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 155 | 0.42 | 0.21 | 0 | 0.39 | 210.46 | 0.27 | 0.48 |
| Hex | 5A | 7A | 9B | 2A | 15 | 0 | 27 | D2 | 1B | 30 |
| Octal | 132 | 172 | 233 | 52 | 25 | 0 | 47 | 322 | 33 | 60 |
| Binary | 1011010 | 1111010 | 10011011 | 101010 | 10101 | 0 | 100111 | 11010010 | 11011 | 110000 |
Color Harmonies of #5A7A9B
Complementary color
Monochromatic Colors of #5A7A9B
Black with #5A7A9B
Text Example
Text Example
White with #5A7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A9B; }
p { color: rgb(90,122,155); }
H1.HeaderClassName
{
color: #5A7A9B;
}
.AnyTagClassName
{
color: #5A7A9B;
}
</style>
background-color css
<style>
a { background-color: #5A7A9B; }
a { background-color: rgb(90,122,155); }
div.DivClassName
{
background-color: #5A7A9B;
}
.BgClassName
{
background-color: #5A7A9B;
}
</style>
border-color css
<style>
span { border-color: #5A7A9B; }
span { border-color: rgb(90,122,155); }
td.TdClassName
{
border-color: #5A7A9B;
}
.TagClassName
{
border-color: #5A7A9B;
}
</style>