Shades of Waikawa Grey #5D6490
Tints of Waikawa Grey #5D6490
RGB
CMYK
RGB Variations
Color information
#5D6490 (or 0x5D6490) is known color: Waikawa Grey. HEX triplet: 5D, 64 and 90. RGB value is (93,100,144). Sum of RGB (Red+Green+Blue) = 93+100+144=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D6490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6490 is #A29B6F. Grayscale: #666666. Windows color (decimal): -10656624 or 9462877. OLE color: 9462877.
HSL color Cylindrical-coordinate representation of color #5D6490: hue angle of 231.76º 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 #5D6490 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 100 | 144 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.44 |
| HSL | 231.76º | 0.22% | 0.46% | - |
| HSV(B) | 231.76º | 0.35% | 0.56% | - |
| XYZ | 14.11 | 13.46 | 28.24 | - |
| YUV | 102.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 144 | 0.35 | 0.31 | 0 | 0.44 | 231.76 | 0.22 | 0.46 |
| Hex | 5D | 64 | 90 | 23 | 1F | 0 | 2C | E8 | 16 | 2E |
| Octal | 135 | 144 | 220 | 43 | 37 | 0 | 54 | 350 | 26 | 56 |
| Binary | 1011101 | 1100100 | 10010000 | 100011 | 11111 | 0 | 101100 | 11101000 | 10110 | 101110 |
Color Harmonies of #5D6490
Complementary color
Monochromatic Colors of #5D6490
Black with #5D6490
Text Example
Text Example
White with #5D6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6490; }
p { color: rgb(93,100,144); }
H1.HeaderClassName
{
color: #5D6490;
}
.AnyTagClassName
{
color: #5D6490;
}
</style>
background-color css
<style>
a { background-color: #5D6490; }
a { background-color: rgb(93,100,144); }
div.DivClassName
{
background-color: #5D6490;
}
.BgClassName
{
background-color: #5D6490;
}
</style>
border-color css
<style>
span { border-color: #5D6490; }
span { border-color: rgb(93,100,144); }
td.TdClassName
{
border-color: #5D6490;
}
.TagClassName
{
border-color: #5D6490;
}
</style>