Shades of Waikawa Grey #5D6788
Tints of Waikawa Grey #5D6788
RGB
CMYK
RGB Variations
Color information
#5D6788 (or 0x5D6788) is known color: Waikawa Grey. HEX triplet: 5D, 67 and 88. RGB value is (93,103,136). Sum of RGB (Red+Green+Blue) = 93+103+136=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6788 is #A29877. Grayscale: #676767. Windows color (decimal): -10655864 or 8939357. OLE color: 8939357.
HSL color Cylindrical-coordinate representation of color #5D6788: hue angle of 226.05º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D6788 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 103 | 136 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.47 |
| HSL | 226.05º | 0.19% | 0.45% | - |
| HSV(B) | 226.05º | 0.32% | 0.53% | - |
| XYZ | 13.81 | 13.81 | 25.23 | - |
| YUV | 103.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 136 | 0.32 | 0.24 | 0 | 0.47 | 226.05 | 0.19 | 0.45 |
| Hex | 5D | 67 | 88 | 20 | 18 | 0 | 2F | E2 | 13 | 2D |
| Octal | 135 | 147 | 210 | 40 | 30 | 0 | 57 | 342 | 23 | 55 |
| Binary | 1011101 | 1100111 | 10001000 | 100000 | 11000 | 0 | 101111 | 11100010 | 10011 | 101101 |
Color Harmonies of #5D6788
Complementary color
Monochromatic Colors of #5D6788
Black with #5D6788
Text Example
Text Example
White with #5D6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6788; }
p { color: rgb(93,103,136); }
H1.HeaderClassName
{
color: #5D6788;
}
.AnyTagClassName
{
color: #5D6788;
}
</style>
background-color css
<style>
a { background-color: #5D6788; }
a { background-color: rgb(93,103,136); }
div.DivClassName
{
background-color: #5D6788;
}
.BgClassName
{
background-color: #5D6788;
}
</style>
border-color css
<style>
span { border-color: #5D6788; }
span { border-color: rgb(93,103,136); }
td.TdClassName
{
border-color: #5D6788;
}
.TagClassName
{
border-color: #5D6788;
}
</style>