Shades of Waikawa Grey #5C6384
Tints of Waikawa Grey #5C6384
RGB
CMYK
RGB Variations
Color information
#5C6384 (or 0x5C6384) is known color: Waikawa Grey. HEX triplet: 5C, 63 and 84. RGB value is (92,99,132). Sum of RGB (Red+Green+Blue) = 92+99+132=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C6384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6384 is #A39C7B. Grayscale: #646464. Windows color (decimal): -10722428 or 8676188. OLE color: 8676188.
HSL color Cylindrical-coordinate representation of color #5C6384: hue angle of 229.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C6384 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 99 | 132 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.48 |
| HSL | 229.5º | 0.18% | 0.44% | - |
| HSV(B) | 229.5º | 0.3% | 0.52% | - |
| XYZ | 13.04 | 12.86 | 23.63 | - |
| YUV | 100.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 132 | 0.30 | 0.25 | 0 | 0.48 | 229.5 | 0.18 | 0.44 |
| Hex | 5C | 63 | 84 | 1E | 19 | 0 | 30 | E6 | 12 | 2C |
| Octal | 134 | 143 | 204 | 36 | 31 | 0 | 60 | 346 | 22 | 54 |
| Binary | 1011100 | 1100011 | 10000100 | 11110 | 11001 | 0 | 110000 | 11100110 | 10010 | 101100 |
Color Harmonies of #5C6384
Complementary color
Monochromatic Colors of #5C6384
Black with #5C6384
Text Example
Text Example
White with #5C6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6384; }
p { color: rgb(92,99,132); }
H1.HeaderClassName
{
color: #5C6384;
}
.AnyTagClassName
{
color: #5C6384;
}
</style>
background-color css
<style>
a { background-color: #5C6384; }
a { background-color: rgb(92,99,132); }
div.DivClassName
{
background-color: #5C6384;
}
.BgClassName
{
background-color: #5C6384;
}
</style>
border-color css
<style>
span { border-color: #5C6384; }
span { border-color: rgb(92,99,132); }
td.TdClassName
{
border-color: #5C6384;
}
.TagClassName
{
border-color: #5C6384;
}
</style>