Shades of Waikawa Grey #5D789D
Tints of Waikawa Grey #5D789D
RGB
CMYK
RGB Variations
Color information
#5D789D (or 0x5D789D) is known color: Waikawa Grey. HEX triplet: 5D, 78 and 9D. RGB value is (93,120,157). Sum of RGB (Red+Green+Blue) = 93+120+157=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D789D is #A28762. Grayscale: #737373. Windows color (decimal): -10651491 or 10319965. OLE color: 10319965.
HSL color Cylindrical-coordinate representation of color #5D789D: hue angle of 214.69º 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 #5D789D is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 120 | 157 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.38 |
| HSL | 214.69º | 0.26% | 0.49% | - |
| HSV(B) | 214.69º | 0.41% | 0.62% | - |
| XYZ | 17.32 | 18.19 | 34.5 | - |
| YUV | 116.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 157 | 0.41 | 0.24 | 0 | 0.38 | 214.69 | 0.26 | 0.49 |
| Hex | 5D | 78 | 9D | 29 | 18 | 0 | 26 | D7 | 1A | 31 |
| Octal | 135 | 170 | 235 | 51 | 30 | 0 | 46 | 327 | 32 | 61 |
| Binary | 1011101 | 1111000 | 10011101 | 101001 | 11000 | 0 | 100110 | 11010111 | 11010 | 110001 |
Color Harmonies of #5D789D
Complementary color
Monochromatic Colors of #5D789D
Black with #5D789D
Text Example
Text Example
White with #5D789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D789D; }
p { color: rgb(93,120,157); }
H1.HeaderClassName
{
color: #5D789D;
}
.AnyTagClassName
{
color: #5D789D;
}
</style>
background-color css
<style>
a { background-color: #5D789D; }
a { background-color: rgb(93,120,157); }
div.DivClassName
{
background-color: #5D789D;
}
.BgClassName
{
background-color: #5D789D;
}
</style>
border-color css
<style>
span { border-color: #5D789D; }
span { border-color: rgb(93,120,157); }
td.TdClassName
{
border-color: #5D789D;
}
.TagClassName
{
border-color: #5D789D;
}
</style>