Shades of Waikawa Grey #5F698B
Tints of Waikawa Grey #5F698B
RGB
CMYK
RGB Variations
Color information
#5F698B (or 0x5F698B) is known color: Waikawa Grey. HEX triplet: 5F, 69 and 8B. RGB value is (95,105,139). Sum of RGB (Red+Green+Blue) = 95+105+139=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F698B is #A09674. Grayscale: #696969. Windows color (decimal): -10524277 or 9136479. OLE color: 9136479.
HSL color Cylindrical-coordinate representation of color #5F698B: hue angle of 226.36º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F698B is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 105 | 139 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.45 |
| HSL | 226.36º | 0.19% | 0.46% | - |
| HSV(B) | 226.36º | 0.32% | 0.55% | - |
| XYZ | 14.43 | 14.4 | 26.45 | - |
| YUV | 105.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 139 | 0.32 | 0.24 | 0 | 0.45 | 226.36 | 0.19 | 0.46 |
| Hex | 5F | 69 | 8B | 20 | 18 | 0 | 2D | E2 | 13 | 2E |
| Octal | 137 | 151 | 213 | 40 | 30 | 0 | 55 | 342 | 23 | 56 |
| Binary | 1011111 | 1101001 | 10001011 | 100000 | 11000 | 0 | 101101 | 11100010 | 10011 | 101110 |
Color Harmonies of #5F698B
Complementary color
Monochromatic Colors of #5F698B
Black with #5F698B
Text Example
Text Example
White with #5F698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F698B; }
p { color: rgb(95,105,139); }
H1.HeaderClassName
{
color: #5F698B;
}
.AnyTagClassName
{
color: #5F698B;
}
</style>
background-color css
<style>
a { background-color: #5F698B; }
a { background-color: rgb(95,105,139); }
div.DivClassName
{
background-color: #5F698B;
}
.BgClassName
{
background-color: #5F698B;
}
</style>
border-color css
<style>
span { border-color: #5F698B; }
span { border-color: rgb(95,105,139); }
td.TdClassName
{
border-color: #5F698B;
}
.TagClassName
{
border-color: #5F698B;
}
</style>