Shades of Waikawa Grey #5C7294
Tints of Waikawa Grey #5C7294
RGB
CMYK
RGB Variations
Color information
#5C7294 (or 0x5C7294) is known color: Waikawa Grey. HEX triplet: 5C, 72 and 94. RGB value is (92,114,148). Sum of RGB (Red+Green+Blue) = 92+114+148=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C7294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7294 is #A38D6B. Grayscale: #6F6F6F. Windows color (decimal): -10718572 or 9728604. OLE color: 9728604.
HSL color Cylindrical-coordinate representation of color #5C7294: hue angle of 216.43º degrees, saturation: 0.23, 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 #5C7294 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 114 | 148 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.42 |
| HSL | 216.43º | 0.23% | 0.47% | - |
| HSV(B) | 216.43º | 0.38% | 0.58% | - |
| XYZ | 15.78 | 16.45 | 30.36 | - |
| YUV | 111.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 148 | 0.38 | 0.23 | 0 | 0.42 | 216.43 | 0.23 | 0.47 |
| Hex | 5C | 72 | 94 | 26 | 17 | 0 | 2A | D8 | 17 | 2F |
| Octal | 134 | 162 | 224 | 46 | 27 | 0 | 52 | 330 | 27 | 57 |
| Binary | 1011100 | 1110010 | 10010100 | 100110 | 10111 | 0 | 101010 | 11011000 | 10111 | 101111 |
Color Harmonies of #5C7294
Complementary color
Monochromatic Colors of #5C7294
Black with #5C7294
Text Example
Text Example
White with #5C7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7294; }
p { color: rgb(92,114,148); }
H1.HeaderClassName
{
color: #5C7294;
}
.AnyTagClassName
{
color: #5C7294;
}
</style>
background-color css
<style>
a { background-color: #5C7294; }
a { background-color: rgb(92,114,148); }
div.DivClassName
{
background-color: #5C7294;
}
.BgClassName
{
background-color: #5C7294;
}
</style>
border-color css
<style>
span { border-color: #5C7294; }
span { border-color: rgb(92,114,148); }
td.TdClassName
{
border-color: #5C7294;
}
.TagClassName
{
border-color: #5C7294;
}
</style>