Shades of Waikawa Grey #5C7696
Tints of Waikawa Grey #5C7696
RGB
CMYK
RGB Variations
Color information
#5C7696 (or 0x5C7696) is known color: Waikawa Grey. HEX triplet: 5C, 76 and 96. RGB value is (92,118,150). Sum of RGB (Red+Green+Blue) = 92+118+150=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C7696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7696 is #A38969. Grayscale: #717171. Windows color (decimal): -10717546 or 9860700. OLE color: 9860700.
HSL color Cylindrical-coordinate representation of color #5C7696: hue angle of 213.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C7696 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 118 | 150 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.41 |
| HSL | 213.1º | 0.24% | 0.47% | - |
| HSV(B) | 213.1º | 0.39% | 0.59% | - |
| XYZ | 16.4 | 17.43 | 31.36 | - |
| YUV | 113.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 150 | 0.39 | 0.21 | 0 | 0.41 | 213.1 | 0.24 | 0.47 |
| Hex | 5C | 76 | 96 | 27 | 15 | 0 | 29 | D5 | 18 | 2F |
| Octal | 134 | 166 | 226 | 47 | 25 | 0 | 51 | 325 | 30 | 57 |
| Binary | 1011100 | 1110110 | 10010110 | 100111 | 10101 | 0 | 101001 | 11010101 | 11000 | 101111 |
Color Harmonies of #5C7696
Complementary color
Monochromatic Colors of #5C7696
Black with #5C7696
Text Example
Text Example
White with #5C7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7696; }
p { color: rgb(92,118,150); }
H1.HeaderClassName
{
color: #5C7696;
}
.AnyTagClassName
{
color: #5C7696;
}
</style>
background-color css
<style>
a { background-color: #5C7696; }
a { background-color: rgb(92,118,150); }
div.DivClassName
{
background-color: #5C7696;
}
.BgClassName
{
background-color: #5C7696;
}
</style>
border-color css
<style>
span { border-color: #5C7696; }
span { border-color: rgb(92,118,150); }
td.TdClassName
{
border-color: #5C7696;
}
.TagClassName
{
border-color: #5C7696;
}
</style>