Shades of Watercourse #05624C
Tints of Watercourse #05624C
RGB
CMYK
RGB Variations
Color information
#05624C (or 0x05624C) is known color: Watercourse. HEX triplet: 05, 62 and 4C. RGB value is (5,98,76). Sum of RGB (Red+Green+Blue) = 5+98+76=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #05624C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05624C is #FA9DB3. Grayscale: #434343. Windows color (decimal): -16424372 or 5005829. OLE color: 5005829.
HSL color Cylindrical-coordinate representation of color #05624C: hue angle of 165.81º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05624C is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 98 | 76 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.62 |
| HSL | 165.81º | 0.9% | 0.2% | - |
| HSV(B) | 165.81º | 0.95% | 0.38% | - |
| XYZ | 5.73 | 9.29 | 8.33 | - |
| YUV | 67.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 76 | 0.95 | 0 | 0.22 | 0.62 | 165.81 | 0.9 | 0.2 |
| Hex | 5 | 62 | 4C | 5F | 0 | 16 | 3E | A6 | 5A | 14 |
| Octal | 5 | 142 | 114 | 137 | 0 | 26 | 76 | 246 | 132 | 24 |
| Binary | 101 | 1100010 | 1001100 | 1011111 | 0 | 10110 | 111110 | 10100110 | 1011010 | 10100 |
Color Harmonies of #05624C
Complementary color
Monochromatic Colors of #05624C
Black with #05624C
Text Example
Text Example
White with #05624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05624C; }
p { color: rgb(5,98,76); }
H1.HeaderClassName
{
color: #05624C;
}
.AnyTagClassName
{
color: #05624C;
}
</style>
background-color css
<style>
a { background-color: #05624C; }
a { background-color: rgb(5,98,76); }
div.DivClassName
{
background-color: #05624C;
}
.BgClassName
{
background-color: #05624C;
}
</style>
border-color css
<style>
span { border-color: #05624C; }
span { border-color: rgb(5,98,76); }
td.TdClassName
{
border-color: #05624C;
}
.TagClassName
{
border-color: #05624C;
}
</style>