Shades of Waikawa Grey #5D6387
Tints of Waikawa Grey #5D6387
RGB
CMYK
RGB Variations
Color information
#5D6387 (or 0x5D6387) is known color: Waikawa Grey. HEX triplet: 5D, 63 and 87. RGB value is (93,99,135). Sum of RGB (Red+Green+Blue) = 93+99+135=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D6387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6387 is #A29C78. Grayscale: #656565. Windows color (decimal): -10656889 or 8872797. OLE color: 8872797.
HSL color Cylindrical-coordinate representation of color #5D6387: hue angle of 231.43º 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 #5D6387 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 99 | 135 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.47 |
| HSL | 231.43º | 0.18% | 0.45% | - |
| HSV(B) | 231.43º | 0.31% | 0.53% | - |
| XYZ | 13.35 | 13 | 24.73 | - |
| YUV | 101.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 135 | 0.31 | 0.27 | 0 | 0.47 | 231.43 | 0.18 | 0.45 |
| Hex | 5D | 63 | 87 | 1F | 1B | 0 | 2F | E7 | 12 | 2D |
| Octal | 135 | 143 | 207 | 37 | 33 | 0 | 57 | 347 | 22 | 55 |
| Binary | 1011101 | 1100011 | 10000111 | 11111 | 11011 | 0 | 101111 | 11100111 | 10010 | 101101 |
Color Harmonies of #5D6387
Complementary color
Monochromatic Colors of #5D6387
Black with #5D6387
Text Example
Text Example
White with #5D6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6387; }
p { color: rgb(93,99,135); }
H1.HeaderClassName
{
color: #5D6387;
}
.AnyTagClassName
{
color: #5D6387;
}
</style>
background-color css
<style>
a { background-color: #5D6387; }
a { background-color: rgb(93,99,135); }
div.DivClassName
{
background-color: #5D6387;
}
.BgClassName
{
background-color: #5D6387;
}
</style>
border-color css
<style>
span { border-color: #5D6387; }
span { border-color: rgb(93,99,135); }
td.TdClassName
{
border-color: #5D6387;
}
.TagClassName
{
border-color: #5D6387;
}
</style>