Shades of Waikawa Grey #5C7695
Tints of Waikawa Grey #5C7695
RGB
CMYK
RGB Variations
Color information
#5C7695 (or 0x5C7695) is known color: Waikawa Grey. HEX triplet: 5C, 76 and 95. RGB value is (92,118,149). Sum of RGB (Red+Green+Blue) = 92+118+149=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C7695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7695 is #A3896A. Grayscale: #717171. Windows color (decimal): -10717547 or 9795164. OLE color: 9795164.
HSL color Cylindrical-coordinate representation of color #5C7695: hue angle of 212.63º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C7695 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 118 | 149 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.42 |
| HSL | 212.63º | 0.24% | 0.47% | - |
| HSV(B) | 212.63º | 0.38% | 0.58% | - |
| XYZ | 16.32 | 17.4 | 30.93 | - |
| YUV | 113.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 149 | 0.38 | 0.21 | 0 | 0.42 | 212.63 | 0.24 | 0.47 |
| Hex | 5C | 76 | 95 | 26 | 15 | 0 | 2A | D5 | 18 | 2F |
| Octal | 134 | 166 | 225 | 46 | 25 | 0 | 52 | 325 | 30 | 57 |
| Binary | 1011100 | 1110110 | 10010101 | 100110 | 10101 | 0 | 101010 | 11010101 | 11000 | 101111 |
Color Harmonies of #5C7695
Complementary color
Monochromatic Colors of #5C7695
Black with #5C7695
Text Example
Text Example
White with #5C7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7695; }
p { color: rgb(92,118,149); }
H1.HeaderClassName
{
color: #5C7695;
}
.AnyTagClassName
{
color: #5C7695;
}
</style>
background-color css
<style>
a { background-color: #5C7695; }
a { background-color: rgb(92,118,149); }
div.DivClassName
{
background-color: #5C7695;
}
.BgClassName
{
background-color: #5C7695;
}
</style>
border-color css
<style>
span { border-color: #5C7695; }
span { border-color: rgb(92,118,149); }
td.TdClassName
{
border-color: #5C7695;
}
.TagClassName
{
border-color: #5C7695;
}
</style>