Shades of Watercourse #05654C
Tints of Watercourse #05654C
RGB
CMYK
RGB Variations
Color information
#05654C (or 0x05654C) is known color: Watercourse. HEX triplet: 05, 65 and 4C. RGB value is (5,101,76). Sum of RGB (Red+Green+Blue) = 5+101+76=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #05654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05654C is #FA9AB3. Grayscale: #454545. Windows color (decimal): -16423604 or 5006597. OLE color: 5006597.
HSL color Cylindrical-coordinate representation of color #05654C: hue angle of 164.38º 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 #05654C is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 76 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.60 |
| HSL | 164.38º | 0.91% | 0.21% | - |
| HSV(B) | 164.38º | 0.95% | 0.4% | - |
| XYZ | 6.02 | 9.86 | 8.42 | - |
| YUV | 69.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 76 | 0.95 | 0 | 0.25 | 0.60 | 164.38 | 0.91 | 0.21 |
| Hex | 5 | 65 | 4C | 5F | 0 | 19 | 3C | A4 | 5B | 15 |
| Octal | 5 | 145 | 114 | 137 | 0 | 31 | 74 | 244 | 133 | 25 |
| Binary | 101 | 1100101 | 1001100 | 1011111 | 0 | 11001 | 111100 | 10100100 | 1011011 | 10101 |
Color Harmonies of #05654C
Complementary color
Monochromatic Colors of #05654C
Black with #05654C
Text Example
Text Example
White with #05654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05654C; }
p { color: rgb(5,101,76); }
H1.HeaderClassName
{
color: #05654C;
}
.AnyTagClassName
{
color: #05654C;
}
</style>
background-color css
<style>
a { background-color: #05654C; }
a { background-color: rgb(5,101,76); }
div.DivClassName
{
background-color: #05654C;
}
.BgClassName
{
background-color: #05654C;
}
</style>
border-color css
<style>
span { border-color: #05654C; }
span { border-color: rgb(5,101,76); }
td.TdClassName
{
border-color: #05654C;
}
.TagClassName
{
border-color: #05654C;
}
</style>