Shades of Waikawa Grey #5D6487
Tints of Waikawa Grey #5D6487
RGB
CMYK
RGB Variations
Color information
#5D6487 (or 0x5D6487) is known color: Waikawa Grey. HEX triplet: 5D, 64 and 87. RGB value is (93,100,135). Sum of RGB (Red+Green+Blue) = 93+100+135=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D6487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6487 is #A29B78. Grayscale: #656565. Windows color (decimal): -10656633 or 8873053. OLE color: 8873053.
HSL color Cylindrical-coordinate representation of color #5D6487: hue angle of 230º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D6487 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 100 | 135 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.47 |
| HSL | 230º | 0.18% | 0.45% | - |
| HSV(B) | 230º | 0.31% | 0.53% | - |
| XYZ | 13.44 | 13.19 | 24.76 | - |
| YUV | 101.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 135 | 0.31 | 0.26 | 0 | 0.47 | 230 | 0.18 | 0.45 |
| Hex | 5D | 64 | 87 | 1F | 1A | 0 | 2F | E6 | 12 | 2D |
| Octal | 135 | 144 | 207 | 37 | 32 | 0 | 57 | 346 | 22 | 55 |
| Binary | 1011101 | 1100100 | 10000111 | 11111 | 11010 | 0 | 101111 | 11100110 | 10010 | 101101 |
Color Harmonies of #5D6487
Complementary color
Monochromatic Colors of #5D6487
Black with #5D6487
Text Example
Text Example
White with #5D6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6487; }
p { color: rgb(93,100,135); }
H1.HeaderClassName
{
color: #5D6487;
}
.AnyTagClassName
{
color: #5D6487;
}
</style>
background-color css
<style>
a { background-color: #5D6487; }
a { background-color: rgb(93,100,135); }
div.DivClassName
{
background-color: #5D6487;
}
.BgClassName
{
background-color: #5D6487;
}
</style>
border-color css
<style>
span { border-color: #5D6487; }
span { border-color: rgb(93,100,135); }
td.TdClassName
{
border-color: #5D6487;
}
.TagClassName
{
border-color: #5D6487;
}
</style>