Shades of Waikawa Grey #5D679A
Tints of Waikawa Grey #5D679A
RGB
CMYK
RGB Variations
Color information
#5D679A (or 0x5D679A) is known color: Waikawa Grey. HEX triplet: 5D, 67 and 9A. RGB value is (93,103,154). Sum of RGB (Red+Green+Blue) = 93+103+154=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D679A is #A29865. Grayscale: #696969. Windows color (decimal): -10655846 or 10119005. OLE color: 10119005.
HSL color Cylindrical-coordinate representation of color #5D679A: hue angle of 230.16º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D679A is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 103 | 154 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.40 |
| HSL | 230.16º | 0.25% | 0.48% | - |
| HSV(B) | 230.16º | 0.4% | 0.6% | - |
| XYZ | 15.2 | 14.36 | 32.54 | - |
| YUV | 105.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 154 | 0.40 | 0.33 | 0 | 0.40 | 230.16 | 0.25 | 0.48 |
| Hex | 5D | 67 | 9A | 28 | 21 | 0 | 28 | E6 | 19 | 30 |
| Octal | 135 | 147 | 232 | 50 | 41 | 0 | 50 | 346 | 31 | 60 |
| Binary | 1011101 | 1100111 | 10011010 | 101000 | 100001 | 0 | 101000 | 11100110 | 11001 | 110000 |
Color Harmonies of #5D679A
Complementary color
Monochromatic Colors of #5D679A
Black with #5D679A
Text Example
Text Example
White with #5D679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D679A; }
p { color: rgb(93,103,154); }
H1.HeaderClassName
{
color: #5D679A;
}
.AnyTagClassName
{
color: #5D679A;
}
</style>
background-color css
<style>
a { background-color: #5D679A; }
a { background-color: rgb(93,103,154); }
div.DivClassName
{
background-color: #5D679A;
}
.BgClassName
{
background-color: #5D679A;
}
</style>
border-color css
<style>
span { border-color: #5D679A; }
span { border-color: rgb(93,103,154); }
td.TdClassName
{
border-color: #5D679A;
}
.TagClassName
{
border-color: #5D679A;
}
</style>