Shades of Waikawa Grey #5D6588
Tints of Waikawa Grey #5D6588
RGB
CMYK
RGB Variations
Color information
#5D6588 (or 0x5D6588) is known color: Waikawa Grey. HEX triplet: 5D, 65 and 88. RGB value is (93,101,136). Sum of RGB (Red+Green+Blue) = 93+101+136=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D6588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6588 is #A29A77. Grayscale: #666666. Windows color (decimal): -10656376 or 8938845. OLE color: 8938845.
HSL color Cylindrical-coordinate representation of color #5D6588: hue angle of 228.84º 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 #5D6588 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 101 | 136 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.47 |
| HSL | 228.84º | 0.19% | 0.45% | - |
| HSV(B) | 228.84º | 0.32% | 0.53% | - |
| XYZ | 13.61 | 13.41 | 25.16 | - |
| YUV | 102.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 136 | 0.32 | 0.26 | 0 | 0.47 | 228.84 | 0.19 | 0.45 |
| Hex | 5D | 65 | 88 | 20 | 1A | 0 | 2F | E5 | 13 | 2D |
| Octal | 135 | 145 | 210 | 40 | 32 | 0 | 57 | 345 | 23 | 55 |
| Binary | 1011101 | 1100101 | 10001000 | 100000 | 11010 | 0 | 101111 | 11100101 | 10011 | 101101 |
Color Harmonies of #5D6588
Complementary color
Monochromatic Colors of #5D6588
Black with #5D6588
Text Example
Text Example
White with #5D6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6588; }
p { color: rgb(93,101,136); }
H1.HeaderClassName
{
color: #5D6588;
}
.AnyTagClassName
{
color: #5D6588;
}
</style>
background-color css
<style>
a { background-color: #5D6588; }
a { background-color: rgb(93,101,136); }
div.DivClassName
{
background-color: #5D6588;
}
.BgClassName
{
background-color: #5D6588;
}
</style>
border-color css
<style>
span { border-color: #5D6588; }
span { border-color: rgb(93,101,136); }
td.TdClassName
{
border-color: #5D6588;
}
.TagClassName
{
border-color: #5D6588;
}
</style>