Shades of Waikawa Grey #597A9B
Tints of Waikawa Grey #597A9B
RGB
CMYK
RGB Variations
Color information
#597A9B (or 0x597A9B) is known color: Waikawa Grey. HEX triplet: 59, 7A and 9B. RGB value is (89,122,155). Sum of RGB (Red+Green+Blue) = 89+122+155=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #597A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A9B is #A68564. Grayscale: #737373. Windows color (decimal): -10913125 or 10189401. OLE color: 10189401.
HSL color Cylindrical-coordinate representation of color #597A9B: hue angle of 210º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #597A9B is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 122 | 155 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.39 |
| HSL | 210º | 0.27% | 0.48% | - |
| HSV(B) | 210º | 0.43% | 0.61% | - |
| XYZ | 17 | 18.41 | 33.67 | - |
| YUV | 115.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 155 | 0.43 | 0.21 | 0 | 0.39 | 210 | 0.27 | 0.48 |
| Hex | 59 | 7A | 9B | 2B | 15 | 0 | 27 | D2 | 1B | 30 |
| Octal | 131 | 172 | 233 | 53 | 25 | 0 | 47 | 322 | 33 | 60 |
| Binary | 1011001 | 1111010 | 10011011 | 101011 | 10101 | 0 | 100111 | 11010010 | 11011 | 110000 |
Color Harmonies of #597A9B
Complementary color
Monochromatic Colors of #597A9B
Black with #597A9B
Text Example
Text Example
White with #597A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597A9B; }
p { color: rgb(89,122,155); }
H1.HeaderClassName
{
color: #597A9B;
}
.AnyTagClassName
{
color: #597A9B;
}
</style>
background-color css
<style>
a { background-color: #597A9B; }
a { background-color: rgb(89,122,155); }
div.DivClassName
{
background-color: #597A9B;
}
.BgClassName
{
background-color: #597A9B;
}
</style>
border-color css
<style>
span { border-color: #597A9B; }
span { border-color: rgb(89,122,155); }
td.TdClassName
{
border-color: #597A9B;
}
.TagClassName
{
border-color: #597A9B;
}
</style>