Shades of Waikawa Grey #5C6686
Tints of Waikawa Grey #5C6686
RGB
CMYK
RGB Variations
Color information
#5C6686 (or 0x5C6686) is known color: Waikawa Grey. HEX triplet: 5C, 66 and 86. RGB value is (92,102,134). Sum of RGB (Red+Green+Blue) = 92+102+134=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6686 is #A39979. Grayscale: #666666. Windows color (decimal): -10721658 or 8808028. OLE color: 8808028.
HSL color Cylindrical-coordinate representation of color #5C6686: hue angle of 225.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C6686 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 102 | 134 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.47 |
| HSL | 225.71º | 0.19% | 0.44% | - |
| HSV(B) | 225.71º | 0.31% | 0.53% | - |
| XYZ | 13.47 | 13.5 | 24.45 | - |
| YUV | 102.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 134 | 0.31 | 0.24 | 0 | 0.47 | 225.71 | 0.19 | 0.44 |
| Hex | 5C | 66 | 86 | 1F | 18 | 0 | 2F | E2 | 13 | 2C |
| Octal | 134 | 146 | 206 | 37 | 30 | 0 | 57 | 342 | 23 | 54 |
| Binary | 1011100 | 1100110 | 10000110 | 11111 | 11000 | 0 | 101111 | 11100010 | 10011 | 101100 |
Color Harmonies of #5C6686
Complementary color
Monochromatic Colors of #5C6686
Black with #5C6686
Text Example
Text Example
White with #5C6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6686; }
p { color: rgb(92,102,134); }
H1.HeaderClassName
{
color: #5C6686;
}
.AnyTagClassName
{
color: #5C6686;
}
</style>
background-color css
<style>
a { background-color: #5C6686; }
a { background-color: rgb(92,102,134); }
div.DivClassName
{
background-color: #5C6686;
}
.BgClassName
{
background-color: #5C6686;
}
</style>
border-color css
<style>
span { border-color: #5C6686; }
span { border-color: rgb(92,102,134); }
td.TdClassName
{
border-color: #5C6686;
}
.TagClassName
{
border-color: #5C6686;
}
</style>