Shades of Waikawa Grey #5C6695
Tints of Waikawa Grey #5C6695
RGB
CMYK
RGB Variations
Color information
#5C6695 (or 0x5C6695) is known color: Waikawa Grey. HEX triplet: 5C, 66 and 95. RGB value is (92,102,149). Sum of RGB (Red+Green+Blue) = 92+102+149=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C6695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6695 is #A3996A. Grayscale: #686868. Windows color (decimal): -10721643 or 9791068. OLE color: 9791068.
HSL color Cylindrical-coordinate representation of color #5C6695: hue angle of 229.47º 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 #5C6695 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 102 | 149 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.42 |
| HSL | 229.47º | 0.24% | 0.47% | - |
| HSV(B) | 229.47º | 0.38% | 0.58% | - |
| XYZ | 14.59 | 13.95 | 30.36 | - |
| YUV | 104.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 149 | 0.38 | 0.32 | 0 | 0.42 | 229.47 | 0.24 | 0.47 |
| Hex | 5C | 66 | 95 | 26 | 20 | 0 | 2A | E5 | 18 | 2F |
| Octal | 134 | 146 | 225 | 46 | 40 | 0 | 52 | 345 | 30 | 57 |
| Binary | 1011100 | 1100110 | 10010101 | 100110 | 100000 | 0 | 101010 | 11100101 | 11000 | 101111 |
Color Harmonies of #5C6695
Complementary color
Monochromatic Colors of #5C6695
Black with #5C6695
Text Example
Text Example
White with #5C6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6695; }
p { color: rgb(92,102,149); }
H1.HeaderClassName
{
color: #5C6695;
}
.AnyTagClassName
{
color: #5C6695;
}
</style>
background-color css
<style>
a { background-color: #5C6695; }
a { background-color: rgb(92,102,149); }
div.DivClassName
{
background-color: #5C6695;
}
.BgClassName
{
background-color: #5C6695;
}
</style>
border-color css
<style>
span { border-color: #5C6695; }
span { border-color: rgb(92,102,149); }
td.TdClassName
{
border-color: #5C6695;
}
.TagClassName
{
border-color: #5C6695;
}
</style>