Shades of Watercourse #05664A
Tints of Watercourse #05664A
RGB
CMYK
RGB Variations
Color information
#05664A (or 0x05664A) is known color: Watercourse. HEX triplet: 05, 66 and 4A. RGB value is (5,102,74). Sum of RGB (Red+Green+Blue) = 5+102+74=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #05664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05664A is #FA99B5. Grayscale: #454545. Windows color (decimal): -16423350 or 4875781. OLE color: 4875781.
HSL color Cylindrical-coordinate representation of color #05664A: hue angle of 162.68º 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 #05664A is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 74 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.6 |
| HSL | 162.68º | 0.91% | 0.21% | - |
| HSV(B) | 162.68º | 0.95% | 0.4% | - |
| XYZ | 6.05 | 10.03 | 8.1 | - |
| YUV | 69.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 74 | 0.95 | 0 | 0.27 | 0.6 | 162.68 | 0.91 | 0.21 |
| Hex | 5 | 66 | 4A | 5F | 0 | 1B | 3C | A3 | 5B | 15 |
| Octal | 5 | 146 | 112 | 137 | 0 | 33 | 74 | 243 | 133 | 25 |
| Binary | 101 | 1100110 | 1001010 | 1011111 | 0 | 11011 | 111100 | 10100011 | 1011011 | 10101 |
Color Harmonies of #05664A
Complementary color
Monochromatic Colors of #05664A
Black with #05664A
Text Example
Text Example
White with #05664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05664A; }
p { color: rgb(5,102,74); }
H1.HeaderClassName
{
color: #05664A;
}
.AnyTagClassName
{
color: #05664A;
}
</style>
background-color css
<style>
a { background-color: #05664A; }
a { background-color: rgb(5,102,74); }
div.DivClassName
{
background-color: #05664A;
}
.BgClassName
{
background-color: #05664A;
}
</style>
border-color css
<style>
span { border-color: #05664A; }
span { border-color: rgb(5,102,74); }
td.TdClassName
{
border-color: #05664A;
}
.TagClassName
{
border-color: #05664A;
}
</style>