Shades of Waikawa Grey #5D679D
Tints of Waikawa Grey #5D679D
RGB
CMYK
RGB Variations
Color information
#5D679D (or 0x5D679D) is known color: Waikawa Grey. HEX triplet: 5D, 67 and 9D. RGB value is (93,103,157). Sum of RGB (Red+Green+Blue) = 93+103+157=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D679D is #A29862. Grayscale: #696969. Windows color (decimal): -10655843 or 10315613. OLE color: 10315613.
HSL color Cylindrical-coordinate representation of color #5D679D: hue angle of 230.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D679D is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 103 | 157 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.38 |
| HSL | 230.63º | 0.26% | 0.49% | - |
| HSV(B) | 230.63º | 0.41% | 0.62% | - |
| XYZ | 15.45 | 14.46 | 33.88 | - |
| YUV | 106.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 157 | 0.41 | 0.34 | 0 | 0.38 | 230.63 | 0.26 | 0.49 |
| Hex | 5D | 67 | 9D | 29 | 22 | 0 | 26 | E7 | 1A | 31 |
| Octal | 135 | 147 | 235 | 51 | 42 | 0 | 46 | 347 | 32 | 61 |
| Binary | 1011101 | 1100111 | 10011101 | 101001 | 100010 | 0 | 100110 | 11100111 | 11010 | 110001 |
Color Harmonies of #5D679D
Complementary color
Monochromatic Colors of #5D679D
Black with #5D679D
Text Example
Text Example
White with #5D679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D679D; }
p { color: rgb(93,103,157); }
H1.HeaderClassName
{
color: #5D679D;
}
.AnyTagClassName
{
color: #5D679D;
}
</style>
background-color css
<style>
a { background-color: #5D679D; }
a { background-color: rgb(93,103,157); }
div.DivClassName
{
background-color: #5D679D;
}
.BgClassName
{
background-color: #5D679D;
}
</style>
border-color css
<style>
span { border-color: #5D679D; }
span { border-color: rgb(93,103,157); }
td.TdClassName
{
border-color: #5D679D;
}
.TagClassName
{
border-color: #5D679D;
}
</style>