Shades of Waikawa Grey #5C769D
Tints of Waikawa Grey #5C769D
RGB
CMYK
RGB Variations
Color information
#5C769D (or 0x5C769D) is known color: Waikawa Grey. HEX triplet: 5C, 76 and 9D. RGB value is (92,118,157). Sum of RGB (Red+Green+Blue) = 92+118+157=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C769D is #A38962. Grayscale: #727272. Windows color (decimal): -10717539 or 10319452. OLE color: 10319452.
HSL color Cylindrical-coordinate representation of color #5C769D: hue angle of 216º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C769D is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 118 | 157 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.38 |
| HSL | 216º | 0.26% | 0.49% | - |
| HSV(B) | 216º | 0.41% | 0.62% | - |
| XYZ | 16.98 | 17.67 | 34.41 | - |
| YUV | 114.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 157 | 0.41 | 0.25 | 0 | 0.38 | 216 | 0.26 | 0.49 |
| Hex | 5C | 76 | 9D | 29 | 19 | 0 | 26 | D8 | 1A | 31 |
| Octal | 134 | 166 | 235 | 51 | 31 | 0 | 46 | 330 | 32 | 61 |
| Binary | 1011100 | 1110110 | 10011101 | 101001 | 11001 | 0 | 100110 | 11011000 | 11010 | 110001 |
Color Harmonies of #5C769D
Complementary color
Monochromatic Colors of #5C769D
Black with #5C769D
Text Example
Text Example
White with #5C769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C769D; }
p { color: rgb(92,118,157); }
H1.HeaderClassName
{
color: #5C769D;
}
.AnyTagClassName
{
color: #5C769D;
}
</style>
background-color css
<style>
a { background-color: #5C769D; }
a { background-color: rgb(92,118,157); }
div.DivClassName
{
background-color: #5C769D;
}
.BgClassName
{
background-color: #5C769D;
}
</style>
border-color css
<style>
span { border-color: #5C769D; }
span { border-color: rgb(92,118,157); }
td.TdClassName
{
border-color: #5C769D;
}
.TagClassName
{
border-color: #5C769D;
}
</style>