Shades of Waikawa Grey #5A769D
Tints of Waikawa Grey #5A769D
RGB
CMYK
RGB Variations
Color information
#5A769D (or 0x5A769D) is known color: Waikawa Grey. HEX triplet: 5A, 76 and 9D. RGB value is (90,118,157). Sum of RGB (Red+Green+Blue) = 90+118+157=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A769D is #A58962. Grayscale: #717171. Windows color (decimal): -10848611 or 10319450. OLE color: 10319450.
HSL color Cylindrical-coordinate representation of color #5A769D: hue angle of 214.93º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A769D is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 118 | 157 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.38 |
| HSL | 214.93º | 0.27% | 0.48% | - |
| HSV(B) | 214.93º | 0.43% | 0.62% | - |
| XYZ | 16.78 | 17.56 | 34.4 | - |
| YUV | 114.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 157 | 0.43 | 0.25 | 0 | 0.38 | 214.93 | 0.27 | 0.48 |
| Hex | 5A | 76 | 9D | 2B | 19 | 0 | 26 | D7 | 1B | 30 |
| Octal | 132 | 166 | 235 | 53 | 31 | 0 | 46 | 327 | 33 | 60 |
| Binary | 1011010 | 1110110 | 10011101 | 101011 | 11001 | 0 | 100110 | 11010111 | 11011 | 110000 |
Color Harmonies of #5A769D
Complementary color
Monochromatic Colors of #5A769D
Black with #5A769D
Text Example
Text Example
White with #5A769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A769D; }
p { color: rgb(90,118,157); }
H1.HeaderClassName
{
color: #5A769D;
}
.AnyTagClassName
{
color: #5A769D;
}
</style>
background-color css
<style>
a { background-color: #5A769D; }
a { background-color: rgb(90,118,157); }
div.DivClassName
{
background-color: #5A769D;
}
.BgClassName
{
background-color: #5A769D;
}
</style>
border-color css
<style>
span { border-color: #5A769D; }
span { border-color: rgb(90,118,157); }
td.TdClassName
{
border-color: #5A769D;
}
.TagClassName
{
border-color: #5A769D;
}
</style>