Shades of Waikawa Grey #5C6484
Tints of Waikawa Grey #5C6484
RGB
CMYK
RGB Variations
Color information
#5C6484 (or 0x5C6484) is known color: Waikawa Grey. HEX triplet: 5C, 64 and 84. RGB value is (92,100,132). Sum of RGB (Red+Green+Blue) = 92+100+132=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6484 is #A39B7B. Grayscale: #656565. Windows color (decimal): -10722172 or 8676444. OLE color: 8676444.
HSL color Cylindrical-coordinate representation of color #5C6484: hue angle of 228º 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 #5C6484 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 100 | 132 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.48 |
| HSL | 228º | 0.18% | 0.44% | - |
| HSV(B) | 228º | 0.3% | 0.52% | - |
| XYZ | 13.14 | 13.06 | 23.66 | - |
| YUV | 101.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 132 | 0.30 | 0.24 | 0 | 0.48 | 228 | 0.18 | 0.44 |
| Hex | 5C | 64 | 84 | 1E | 18 | 0 | 30 | E4 | 12 | 2C |
| Octal | 134 | 144 | 204 | 36 | 30 | 0 | 60 | 344 | 22 | 54 |
| Binary | 1011100 | 1100100 | 10000100 | 11110 | 11000 | 0 | 110000 | 11100100 | 10010 | 101100 |
Color Harmonies of #5C6484
Complementary color
Monochromatic Colors of #5C6484
Black with #5C6484
Text Example
Text Example
White with #5C6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6484; }
p { color: rgb(92,100,132); }
H1.HeaderClassName
{
color: #5C6484;
}
.AnyTagClassName
{
color: #5C6484;
}
</style>
background-color css
<style>
a { background-color: #5C6484; }
a { background-color: rgb(92,100,132); }
div.DivClassName
{
background-color: #5C6484;
}
.BgClassName
{
background-color: #5C6484;
}
</style>
border-color css
<style>
span { border-color: #5C6484; }
span { border-color: rgb(92,100,132); }
td.TdClassName
{
border-color: #5C6484;
}
.TagClassName
{
border-color: #5C6484;
}
</style>