Shades of Waikawa Grey #5C7799
Tints of Waikawa Grey #5C7799
RGB
CMYK
RGB Variations
Color information
#5C7799 (or 0x5C7799) is known color: Waikawa Grey. HEX triplet: 5C, 77 and 99. RGB value is (92,119,153). Sum of RGB (Red+Green+Blue) = 92+119+153=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7799 is #A38866. Grayscale: #727272. Windows color (decimal): -10717287 or 10057564. OLE color: 10057564.
HSL color Cylindrical-coordinate representation of color #5C7799: hue angle of 213.44º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C7799 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 119 | 153 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.4 |
| HSL | 213.44º | 0.25% | 0.48% | - |
| HSV(B) | 213.44º | 0.4% | 0.6% | - |
| XYZ | 16.76 | 17.77 | 32.68 | - |
| YUV | 114.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 153 | 0.40 | 0.22 | 0 | 0.4 | 213.44 | 0.25 | 0.48 |
| Hex | 5C | 77 | 99 | 28 | 16 | 0 | 28 | D5 | 19 | 30 |
| Octal | 134 | 167 | 231 | 50 | 26 | 0 | 50 | 325 | 31 | 60 |
| Binary | 1011100 | 1110111 | 10011001 | 101000 | 10110 | 0 | 101000 | 11010101 | 11001 | 110000 |
Color Harmonies of #5C7799
Complementary color
Monochromatic Colors of #5C7799
Black with #5C7799
Text Example
Text Example
White with #5C7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7799; }
p { color: rgb(92,119,153); }
H1.HeaderClassName
{
color: #5C7799;
}
.AnyTagClassName
{
color: #5C7799;
}
</style>
background-color css
<style>
a { background-color: #5C7799; }
a { background-color: rgb(92,119,153); }
div.DivClassName
{
background-color: #5C7799;
}
.BgClassName
{
background-color: #5C7799;
}
</style>
border-color css
<style>
span { border-color: #5C7799; }
span { border-color: rgb(92,119,153); }
td.TdClassName
{
border-color: #5C7799;
}
.TagClassName
{
border-color: #5C7799;
}
</style>