Shades of Watercourse #05654D
Tints of Watercourse #05654D
RGB
CMYK
RGB Variations
Color information
#05654D (or 0x05654D) is known color: Watercourse. HEX triplet: 05, 65 and 4D. RGB value is (5,101,77). Sum of RGB (Red+Green+Blue) = 5+101+77=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #05654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05654D is #FA9AB2. Grayscale: #454545. Windows color (decimal): -16423603 or 5072133. OLE color: 5072133.
HSL color Cylindrical-coordinate representation of color #05654D: hue angle of 165º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05654D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 77 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.60 |
| HSL | 165º | 0.91% | 0.21% | - |
| HSV(B) | 165º | 0.95% | 0.4% | - |
| XYZ | 6.06 | 9.88 | 8.61 | - |
| YUV | 69.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 77 | 0.95 | 0 | 0.24 | 0.60 | 165 | 0.91 | 0.21 |
| Hex | 5 | 65 | 4D | 5F | 0 | 18 | 3C | A5 | 5B | 15 |
| Octal | 5 | 145 | 115 | 137 | 0 | 30 | 74 | 245 | 133 | 25 |
| Binary | 101 | 1100101 | 1001101 | 1011111 | 0 | 11000 | 111100 | 10100101 | 1011011 | 10101 |
Color Harmonies of #05654D
Complementary color
Monochromatic Colors of #05654D
Black with #05654D
Text Example
Text Example
White with #05654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05654D; }
p { color: rgb(5,101,77); }
H1.HeaderClassName
{
color: #05654D;
}
.AnyTagClassName
{
color: #05654D;
}
</style>
background-color css
<style>
a { background-color: #05654D; }
a { background-color: rgb(5,101,77); }
div.DivClassName
{
background-color: #05654D;
}
.BgClassName
{
background-color: #05654D;
}
</style>
border-color css
<style>
span { border-color: #05654D; }
span { border-color: rgb(5,101,77); }
td.TdClassName
{
border-color: #05654D;
}
.TagClassName
{
border-color: #05654D;
}
</style>