Shades of Waikawa Grey #5C698B
Tints of Waikawa Grey #5C698B
RGB
CMYK
RGB Variations
Color information
#5C698B (or 0x5C698B) is known color: Waikawa Grey. HEX triplet: 5C, 69 and 8B. RGB value is (92,105,139). Sum of RGB (Red+Green+Blue) = 92+105+139=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C698B is #A39674. Grayscale: #686868. Windows color (decimal): -10720885 or 9136476. OLE color: 9136476.
HSL color Cylindrical-coordinate representation of color #5C698B: hue angle of 223.4º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C698B is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 105 | 139 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.45 |
| HSL | 223.4º | 0.2% | 0.45% | - |
| HSV(B) | 223.4º | 0.34% | 0.55% | - |
| XYZ | 14.13 | 14.24 | 26.43 | - |
| YUV | 104.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 139 | 0.34 | 0.24 | 0 | 0.45 | 223.4 | 0.2 | 0.45 |
| Hex | 5C | 69 | 8B | 22 | 18 | 0 | 2D | DF | 14 | 2D |
| Octal | 134 | 151 | 213 | 42 | 30 | 0 | 55 | 337 | 24 | 55 |
| Binary | 1011100 | 1101001 | 10001011 | 100010 | 11000 | 0 | 101101 | 11011111 | 10100 | 101101 |
Color Harmonies of #5C698B
Complementary color
Monochromatic Colors of #5C698B
Black with #5C698B
Text Example
Text Example
White with #5C698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C698B; }
p { color: rgb(92,105,139); }
H1.HeaderClassName
{
color: #5C698B;
}
.AnyTagClassName
{
color: #5C698B;
}
</style>
background-color css
<style>
a { background-color: #5C698B; }
a { background-color: rgb(92,105,139); }
div.DivClassName
{
background-color: #5C698B;
}
.BgClassName
{
background-color: #5C698B;
}
</style>
border-color css
<style>
span { border-color: #5C698B; }
span { border-color: rgb(92,105,139); }
td.TdClassName
{
border-color: #5C698B;
}
.TagClassName
{
border-color: #5C698B;
}
</style>