Shades of Watercourse #055D4B
Tints of Watercourse #055D4B
RGB
CMYK
RGB Variations
Color information
#055D4B (or 0x055D4B) is known color: Watercourse. HEX triplet: 05, 5D and 4B. RGB value is (5,93,75). Sum of RGB (Red+Green+Blue) = 5+93+75=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #055D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D4B is #FAA2B4. Grayscale: #404040. Windows color (decimal): -16425653 or 4939013. OLE color: 4939013.
HSL color Cylindrical-coordinate representation of color #055D4B: hue angle of 167.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D4B is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 75 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.64 |
| HSL | 167.73º | 0.9% | 0.19% | - |
| HSV(B) | 167.73º | 0.95% | 0.36% | - |
| XYZ | 5.25 | 8.37 | 8 | - |
| YUV | 64.64 | 133.85 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 75 | 0.95 | 0 | 0.19 | 0.64 | 167.73 | 0.9 | 0.19 |
| Hex | 5 | 5D | 4B | 5F | 0 | 13 | 40 | A8 | 5A | 13 |
| Octal | 5 | 135 | 113 | 137 | 0 | 23 | 100 | 250 | 132 | 23 |
| Binary | 101 | 1011101 | 1001011 | 1011111 | 0 | 10011 | 1000000 | 10101000 | 1011010 | 10011 |
Color Harmonies of #055D4B
Complementary color
Monochromatic Colors of #055D4B
Black with #055D4B
Text Example
Text Example
White with #055D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D4B; }
p { color: rgb(5,93,75); }
H1.HeaderClassName
{
color: #055D4B;
}
.AnyTagClassName
{
color: #055D4B;
}
</style>
background-color css
<style>
a { background-color: #055D4B; }
a { background-color: rgb(5,93,75); }
div.DivClassName
{
background-color: #055D4B;
}
.BgClassName
{
background-color: #055D4B;
}
</style>
border-color css
<style>
span { border-color: #055D4B; }
span { border-color: rgb(5,93,75); }
td.TdClassName
{
border-color: #055D4B;
}
.TagClassName
{
border-color: #055D4B;
}
</style>