Shades of Waikawa Grey #5D699D
Tints of Waikawa Grey #5D699D
RGB
CMYK
RGB Variations
Color information
#5D699D (or 0x5D699D) is known color: Waikawa Grey. HEX triplet: 5D, 69 and 9D. RGB value is (93,105,157). Sum of RGB (Red+Green+Blue) = 93+105+157=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D699D is #A29662. Grayscale: #6B6B6B. Windows color (decimal): -10655331 or 10316125. OLE color: 10316125.
HSL color Cylindrical-coordinate representation of color #5D699D: hue angle of 228.75º 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 #5D699D is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 105 | 157 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.38 |
| HSL | 228.75º | 0.26% | 0.49% | - |
| HSV(B) | 228.75º | 0.41% | 0.62% | - |
| XYZ | 15.65 | 14.86 | 33.94 | - |
| YUV | 107.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 105 | 157 | 0.41 | 0.33 | 0 | 0.38 | 228.75 | 0.26 | 0.49 |
| Hex | 5D | 69 | 9D | 29 | 21 | 0 | 26 | E5 | 1A | 31 |
| Octal | 135 | 151 | 235 | 51 | 41 | 0 | 46 | 345 | 32 | 61 |
| Binary | 1011101 | 1101001 | 10011101 | 101001 | 100001 | 0 | 100110 | 11100101 | 11010 | 110001 |
Color Harmonies of #5D699D
Complementary color
Monochromatic Colors of #5D699D
Black with #5D699D
Text Example
Text Example
White with #5D699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D699D; }
p { color: rgb(93,105,157); }
H1.HeaderClassName
{
color: #5D699D;
}
.AnyTagClassName
{
color: #5D699D;
}
</style>
background-color css
<style>
a { background-color: #5D699D; }
a { background-color: rgb(93,105,157); }
div.DivClassName
{
background-color: #5D699D;
}
.BgClassName
{
background-color: #5D699D;
}
</style>
border-color css
<style>
span { border-color: #5D699D; }
span { border-color: rgb(93,105,157); }
td.TdClassName
{
border-color: #5D699D;
}
.TagClassName
{
border-color: #5D699D;
}
</style>