Shades of Waikawa Grey #5D739B
Tints of Waikawa Grey #5D739B
RGB
CMYK
RGB Variations
Color information
#5D739B (or 0x5D739B) is known color: Waikawa Grey. HEX triplet: 5D, 73 and 9B. RGB value is (93,115,155). Sum of RGB (Red+Green+Blue) = 93+115+155=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D739B is #A28C64. Grayscale: #707070. Windows color (decimal): -10652773 or 10187613. OLE color: 10187613.
HSL color Cylindrical-coordinate representation of color #5D739B: hue angle of 218.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D739B is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 115 | 155 | - |
| CMYK | 0.4 | 0.26 | 0 | 0.39 |
| HSL | 218.71º | 0.25% | 0.49% | - |
| HSV(B) | 218.71º | 0.4% | 0.61% | - |
| XYZ | 16.56 | 16.96 | 33.41 | - |
| YUV | 112.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 155 | 0.4 | 0.26 | 0 | 0.39 | 218.71 | 0.25 | 0.49 |
| Hex | 5D | 73 | 9B | 28 | 1A | 0 | 27 | DB | 19 | 31 |
| Octal | 135 | 163 | 233 | 50 | 32 | 0 | 47 | 333 | 31 | 61 |
| Binary | 1011101 | 1110011 | 10011011 | 101000 | 11010 | 0 | 100111 | 11011011 | 11001 | 110001 |
Color Harmonies of #5D739B
Complementary color
Monochromatic Colors of #5D739B
Black with #5D739B
Text Example
Text Example
White with #5D739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D739B; }
p { color: rgb(93,115,155); }
H1.HeaderClassName
{
color: #5D739B;
}
.AnyTagClassName
{
color: #5D739B;
}
</style>
background-color css
<style>
a { background-color: #5D739B; }
a { background-color: rgb(93,115,155); }
div.DivClassName
{
background-color: #5D739B;
}
.BgClassName
{
background-color: #5D739B;
}
</style>
border-color css
<style>
span { border-color: #5D739B; }
span { border-color: rgb(93,115,155); }
td.TdClassName
{
border-color: #5D739B;
}
.TagClassName
{
border-color: #5D739B;
}
</style>