Shades of Waikawa Grey #5C6699
Tints of Waikawa Grey #5C6699
RGB
CMYK
RGB Variations
Color information
#5C6699 (or 0x5C6699) is known color: Waikawa Grey. HEX triplet: 5C, 66 and 99. RGB value is (92,102,153). Sum of RGB (Red+Green+Blue) = 92+102+153=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C6699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6699 is #A39966. Grayscale: #686868. Windows color (decimal): -10721639 or 10053212. OLE color: 10053212.
HSL color Cylindrical-coordinate representation of color #5C6699: hue angle of 230.16º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C6699 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 102 | 153 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.4 |
| HSL | 230.16º | 0.25% | 0.48% | - |
| HSV(B) | 230.16º | 0.4% | 0.6% | - |
| XYZ | 14.91 | 14.08 | 32.07 | - |
| YUV | 104.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 153 | 0.40 | 0.33 | 0 | 0.4 | 230.16 | 0.25 | 0.48 |
| Hex | 5C | 66 | 99 | 28 | 21 | 0 | 28 | E6 | 19 | 30 |
| Octal | 134 | 146 | 231 | 50 | 41 | 0 | 50 | 346 | 31 | 60 |
| Binary | 1011100 | 1100110 | 10011001 | 101000 | 100001 | 0 | 101000 | 11100110 | 11001 | 110000 |
Color Harmonies of #5C6699
Complementary color
Monochromatic Colors of #5C6699
Black with #5C6699
Text Example
Text Example
White with #5C6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6699; }
p { color: rgb(92,102,153); }
H1.HeaderClassName
{
color: #5C6699;
}
.AnyTagClassName
{
color: #5C6699;
}
</style>
background-color css
<style>
a { background-color: #5C6699; }
a { background-color: rgb(92,102,153); }
div.DivClassName
{
background-color: #5C6699;
}
.BgClassName
{
background-color: #5C6699;
}
</style>
border-color css
<style>
span { border-color: #5C6699; }
span { border-color: rgb(92,102,153); }
td.TdClassName
{
border-color: #5C6699;
}
.TagClassName
{
border-color: #5C6699;
}
</style>