Shades of Waikawa Grey #5C6582
Tints of Waikawa Grey #5C6582
RGB
CMYK
RGB Variations
Color information
#5C6582 (or 0x5C6582) is known color: Waikawa Grey. HEX triplet: 5C, 65 and 82. RGB value is (92,101,130). Sum of RGB (Red+Green+Blue) = 92+101+130=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C6582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6582 is #A39A7D. Grayscale: #656565. Windows color (decimal): -10721918 or 8545628. OLE color: 8545628.
HSL color Cylindrical-coordinate representation of color #5C6582: hue angle of 225.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C6582 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 101 | 130 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.49 |
| HSL | 225.79º | 0.17% | 0.44% | - |
| HSV(B) | 225.79º | 0.29% | 0.51% | - |
| XYZ | 13.1 | 13.19 | 22.98 | - |
| YUV | 101.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 130 | 0.29 | 0.22 | 0 | 0.49 | 225.79 | 0.17 | 0.44 |
| Hex | 5C | 65 | 82 | 1D | 16 | 0 | 31 | E2 | 11 | 2C |
| Octal | 134 | 145 | 202 | 35 | 26 | 0 | 61 | 342 | 21 | 54 |
| Binary | 1011100 | 1100101 | 10000010 | 11101 | 10110 | 0 | 110001 | 11100010 | 10001 | 101100 |
Color Harmonies of #5C6582
Complementary color
Monochromatic Colors of #5C6582
Black with #5C6582
Text Example
Text Example
White with #5C6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6582; }
p { color: rgb(92,101,130); }
H1.HeaderClassName
{
color: #5C6582;
}
.AnyTagClassName
{
color: #5C6582;
}
</style>
background-color css
<style>
a { background-color: #5C6582; }
a { background-color: rgb(92,101,130); }
div.DivClassName
{
background-color: #5C6582;
}
.BgClassName
{
background-color: #5C6582;
}
</style>
border-color css
<style>
span { border-color: #5C6582; }
span { border-color: rgb(92,101,130); }
td.TdClassName
{
border-color: #5C6582;
}
.TagClassName
{
border-color: #5C6582;
}
</style>