Shades of Waikawa Grey #5C7699
Tints of Waikawa Grey #5C7699
RGB
CMYK
RGB Variations
Color information
#5C7699 (or 0x5C7699) is known color: Waikawa Grey. HEX triplet: 5C, 76 and 99. RGB value is (92,118,153). Sum of RGB (Red+Green+Blue) = 92+118+153=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C7699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7699 is #A38966. Grayscale: #727272. Windows color (decimal): -10717543 or 10057308. OLE color: 10057308.
HSL color Cylindrical-coordinate representation of color #5C7699: hue angle of 214.43º 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 #5C7699 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 118 | 153 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.4 |
| HSL | 214.43º | 0.25% | 0.48% | - |
| HSV(B) | 214.43º | 0.4% | 0.6% | - |
| XYZ | 16.64 | 17.53 | 32.64 | - |
| YUV | 114.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 153 | 0.40 | 0.23 | 0 | 0.4 | 214.43 | 0.25 | 0.48 |
| Hex | 5C | 76 | 99 | 28 | 17 | 0 | 28 | D6 | 19 | 30 |
| Octal | 134 | 166 | 231 | 50 | 27 | 0 | 50 | 326 | 31 | 60 |
| Binary | 1011100 | 1110110 | 10011001 | 101000 | 10111 | 0 | 101000 | 11010110 | 11001 | 110000 |
Color Harmonies of #5C7699
Complementary color
Monochromatic Colors of #5C7699
Black with #5C7699
Text Example
Text Example
White with #5C7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7699; }
p { color: rgb(92,118,153); }
H1.HeaderClassName
{
color: #5C7699;
}
.AnyTagClassName
{
color: #5C7699;
}
</style>
background-color css
<style>
a { background-color: #5C7699; }
a { background-color: rgb(92,118,153); }
div.DivClassName
{
background-color: #5C7699;
}
.BgClassName
{
background-color: #5C7699;
}
</style>
border-color css
<style>
span { border-color: #5C7699; }
span { border-color: rgb(92,118,153); }
td.TdClassName
{
border-color: #5C7699;
}
.TagClassName
{
border-color: #5C7699;
}
</style>