Shades of Waikawa Grey #5D729D
Tints of Waikawa Grey #5D729D
RGB
CMYK
RGB Variations
Color information
#5D729D (or 0x5D729D) is known color: Waikawa Grey. HEX triplet: 5D, 72 and 9D. RGB value is (93,114,157). Sum of RGB (Red+Green+Blue) = 93+114+157=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D729D is #A28D62. Grayscale: #707070. Windows color (decimal): -10653027 or 10318429. OLE color: 10318429.
HSL color Cylindrical-coordinate representation of color #5D729D: hue angle of 220.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D729D is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 114 | 157 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.38 |
| HSL | 220.31º | 0.26% | 0.49% | - |
| HSV(B) | 220.31º | 0.41% | 0.62% | - |
| XYZ | 16.62 | 16.8 | 34.26 | - |
| YUV | 112.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 157 | 0.41 | 0.27 | 0 | 0.38 | 220.31 | 0.26 | 0.49 |
| Hex | 5D | 72 | 9D | 29 | 1B | 0 | 26 | DC | 1A | 31 |
| Octal | 135 | 162 | 235 | 51 | 33 | 0 | 46 | 334 | 32 | 61 |
| Binary | 1011101 | 1110010 | 10011101 | 101001 | 11011 | 0 | 100110 | 11011100 | 11010 | 110001 |
Color Harmonies of #5D729D
Complementary color
Monochromatic Colors of #5D729D
Black with #5D729D
Text Example
Text Example
White with #5D729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D729D; }
p { color: rgb(93,114,157); }
H1.HeaderClassName
{
color: #5D729D;
}
.AnyTagClassName
{
color: #5D729D;
}
</style>
background-color css
<style>
a { background-color: #5D729D; }
a { background-color: rgb(93,114,157); }
div.DivClassName
{
background-color: #5D729D;
}
.BgClassName
{
background-color: #5D729D;
}
</style>
border-color css
<style>
span { border-color: #5D729D; }
span { border-color: rgb(93,114,157); }
td.TdClassName
{
border-color: #5D729D;
}
.TagClassName
{
border-color: #5D729D;
}
</style>