Shades of Waikawa Grey #5F688E
Tints of Waikawa Grey #5F688E
RGB
CMYK
RGB Variations
Color information
#5F688E (or 0x5F688E) is known color: Waikawa Grey. HEX triplet: 5F, 68 and 8E. RGB value is (95,104,142). Sum of RGB (Red+Green+Blue) = 95+104+142=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F688E is #A09771. Grayscale: #696969. Windows color (decimal): -10524530 or 9332831. OLE color: 9332831.
HSL color Cylindrical-coordinate representation of color #5F688E: hue angle of 228.51º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F688E is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 104 | 142 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.44 |
| HSL | 228.51º | 0.2% | 0.46% | - |
| HSV(B) | 228.51º | 0.33% | 0.56% | - |
| XYZ | 14.55 | 14.29 | 27.58 | - |
| YUV | 105.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 142 | 0.33 | 0.27 | 0 | 0.44 | 228.51 | 0.2 | 0.46 |
| Hex | 5F | 68 | 8E | 21 | 1B | 0 | 2C | E5 | 14 | 2E |
| Octal | 137 | 150 | 216 | 41 | 33 | 0 | 54 | 345 | 24 | 56 |
| Binary | 1011111 | 1101000 | 10001110 | 100001 | 11011 | 0 | 101100 | 11100101 | 10100 | 101110 |
Color Harmonies of #5F688E
Complementary color
Monochromatic Colors of #5F688E
Black with #5F688E
Text Example
Text Example
White with #5F688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F688E; }
p { color: rgb(95,104,142); }
H1.HeaderClassName
{
color: #5F688E;
}
.AnyTagClassName
{
color: #5F688E;
}
</style>
background-color css
<style>
a { background-color: #5F688E; }
a { background-color: rgb(95,104,142); }
div.DivClassName
{
background-color: #5F688E;
}
.BgClassName
{
background-color: #5F688E;
}
</style>
border-color css
<style>
span { border-color: #5F688E; }
span { border-color: rgb(95,104,142); }
td.TdClassName
{
border-color: #5F688E;
}
.TagClassName
{
border-color: #5F688E;
}
</style>