Shades of Waikawa Grey #5D7190
Tints of Waikawa Grey #5D7190
RGB
CMYK
RGB Variations
Color information
#5D7190 (or 0x5D7190) is known color: Waikawa Grey. HEX triplet: 5D, 71 and 90. RGB value is (93,113,144). Sum of RGB (Red+Green+Blue) = 93+113+144=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D7190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7190 is #A28E6F. Grayscale: #6E6E6E. Windows color (decimal): -10653296 or 9466205. OLE color: 9466205.
HSL color Cylindrical-coordinate representation of color #5D7190: hue angle of 216.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D7190 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 113 | 144 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.44 |
| HSL | 216.47º | 0.22% | 0.46% | - |
| HSV(B) | 216.47º | 0.35% | 0.56% | - |
| XYZ | 15.45 | 16.15 | 28.69 | - |
| YUV | 110.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 144 | 0.35 | 0.22 | 0 | 0.44 | 216.47 | 0.22 | 0.46 |
| Hex | 5D | 71 | 90 | 23 | 16 | 0 | 2C | D8 | 16 | 2E |
| Octal | 135 | 161 | 220 | 43 | 26 | 0 | 54 | 330 | 26 | 56 |
| Binary | 1011101 | 1110001 | 10010000 | 100011 | 10110 | 0 | 101100 | 11011000 | 10110 | 101110 |
Color Harmonies of #5D7190
Complementary color
Monochromatic Colors of #5D7190
Black with #5D7190
Text Example
Text Example
White with #5D7190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7190; }
p { color: rgb(93,113,144); }
H1.HeaderClassName
{
color: #5D7190;
}
.AnyTagClassName
{
color: #5D7190;
}
</style>
background-color css
<style>
a { background-color: #5D7190; }
a { background-color: rgb(93,113,144); }
div.DivClassName
{
background-color: #5D7190;
}
.BgClassName
{
background-color: #5D7190;
}
</style>
border-color css
<style>
span { border-color: #5D7190; }
span { border-color: rgb(93,113,144); }
td.TdClassName
{
border-color: #5D7190;
}
.TagClassName
{
border-color: #5D7190;
}
</style>