Shades of Waikawa Grey #5D6990
Tints of Waikawa Grey #5D6990
RGB
CMYK
RGB Variations
Color information
#5D6990 (or 0x5D6990) is known color: Waikawa Grey. HEX triplet: 5D, 69 and 90. RGB value is (93,105,144). Sum of RGB (Red+Green+Blue) = 93+105+144=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6990 is #A2966F. Grayscale: #696969. Windows color (decimal): -10655344 or 9464157. OLE color: 9464157.
HSL color Cylindrical-coordinate representation of color #5D6990: hue angle of 225.88º 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 #5D6990 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 105 | 144 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.44 |
| HSL | 225.88º | 0.22% | 0.46% | - |
| HSV(B) | 225.88º | 0.35% | 0.56% | - |
| XYZ | 14.6 | 14.44 | 28.4 | - |
| YUV | 105.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 105 | 144 | 0.35 | 0.27 | 0 | 0.44 | 225.88 | 0.22 | 0.46 |
| Hex | 5D | 69 | 90 | 23 | 1B | 0 | 2C | E2 | 16 | 2E |
| Octal | 135 | 151 | 220 | 43 | 33 | 0 | 54 | 342 | 26 | 56 |
| Binary | 1011101 | 1101001 | 10010000 | 100011 | 11011 | 0 | 101100 | 11100010 | 10110 | 101110 |
Color Harmonies of #5D6990
Complementary color
Monochromatic Colors of #5D6990
Black with #5D6990
Text Example
Text Example
White with #5D6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6990; }
p { color: rgb(93,105,144); }
H1.HeaderClassName
{
color: #5D6990;
}
.AnyTagClassName
{
color: #5D6990;
}
</style>
background-color css
<style>
a { background-color: #5D6990; }
a { background-color: rgb(93,105,144); }
div.DivClassName
{
background-color: #5D6990;
}
.BgClassName
{
background-color: #5D6990;
}
</style>
border-color css
<style>
span { border-color: #5D6990; }
span { border-color: rgb(93,105,144); }
td.TdClassName
{
border-color: #5D6990;
}
.TagClassName
{
border-color: #5D6990;
}
</style>