Shades of Waikawa Grey #5C698A
Tints of Waikawa Grey #5C698A
RGB
CMYK
RGB Variations
Color information
#5C698A (or 0x5C698A) is known color: Waikawa Grey. HEX triplet: 5C, 69 and 8A. RGB value is (92,105,138). Sum of RGB (Red+Green+Blue) = 92+105+138=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C698A is #A39675. Grayscale: #686868. Windows color (decimal): -10720886 or 9070940. OLE color: 9070940.
HSL color Cylindrical-coordinate representation of color #5C698A: hue angle of 223.04º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C698A is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 105 | 138 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.46 |
| HSL | 223.04º | 0.2% | 0.45% | - |
| HSV(B) | 223.04º | 0.33% | 0.54% | - |
| XYZ | 14.05 | 14.21 | 26.05 | - |
| YUV | 104.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 138 | 0.33 | 0.24 | 0 | 0.46 | 223.04 | 0.2 | 0.45 |
| Hex | 5C | 69 | 8A | 21 | 18 | 0 | 2E | DF | 14 | 2D |
| Octal | 134 | 151 | 212 | 41 | 30 | 0 | 56 | 337 | 24 | 55 |
| Binary | 1011100 | 1101001 | 10001010 | 100001 | 11000 | 0 | 101110 | 11011111 | 10100 | 101101 |
Color Harmonies of #5C698A
Complementary color
Monochromatic Colors of #5C698A
Black with #5C698A
Text Example
Text Example
White with #5C698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C698A; }
p { color: rgb(92,105,138); }
H1.HeaderClassName
{
color: #5C698A;
}
.AnyTagClassName
{
color: #5C698A;
}
</style>
background-color css
<style>
a { background-color: #5C698A; }
a { background-color: rgb(92,105,138); }
div.DivClassName
{
background-color: #5C698A;
}
.BgClassName
{
background-color: #5C698A;
}
</style>
border-color css
<style>
span { border-color: #5C698A; }
span { border-color: rgb(92,105,138); }
td.TdClassName
{
border-color: #5C698A;
}
.TagClassName
{
border-color: #5C698A;
}
</style>