Shades of Waikawa Grey #5D7090
Tints of Waikawa Grey #5D7090
RGB
CMYK
RGB Variations
Color information
#5D7090 (or 0x5D7090) is known color: Waikawa Grey. HEX triplet: 5D, 70 and 90. RGB value is (93,112,144). Sum of RGB (Red+Green+Blue) = 93+112+144=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D7090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7090 is #A28F6F. Grayscale: #6D6D6D. Windows color (decimal): -10653552 or 9465949. OLE color: 9465949.
HSL color Cylindrical-coordinate representation of color #5D7090: hue angle of 217.65º 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 #5D7090 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 112 | 144 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.44 |
| HSL | 217.65º | 0.22% | 0.46% | - |
| HSV(B) | 217.65º | 0.35% | 0.56% | - |
| XYZ | 15.34 | 15.93 | 28.65 | - |
| YUV | 109.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 144 | 0.35 | 0.22 | 0 | 0.44 | 217.65 | 0.22 | 0.46 |
| Hex | 5D | 70 | 90 | 23 | 16 | 0 | 2C | DA | 16 | 2E |
| Octal | 135 | 160 | 220 | 43 | 26 | 0 | 54 | 332 | 26 | 56 |
| Binary | 1011101 | 1110000 | 10010000 | 100011 | 10110 | 0 | 101100 | 11011010 | 10110 | 101110 |
Color Harmonies of #5D7090
Complementary color
Monochromatic Colors of #5D7090
Black with #5D7090
Text Example
Text Example
White with #5D7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7090; }
p { color: rgb(93,112,144); }
H1.HeaderClassName
{
color: #5D7090;
}
.AnyTagClassName
{
color: #5D7090;
}
</style>
background-color css
<style>
a { background-color: #5D7090; }
a { background-color: rgb(93,112,144); }
div.DivClassName
{
background-color: #5D7090;
}
.BgClassName
{
background-color: #5D7090;
}
</style>
border-color css
<style>
span { border-color: #5D7090; }
span { border-color: rgb(93,112,144); }
td.TdClassName
{
border-color: #5D7090;
}
.TagClassName
{
border-color: #5D7090;
}
</style>