Html Css Color HEX #057C4D Watercourse

📋 copy color: '#057C4D'

red 5 ◦ green 124 ◦ blue 77

#057C4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #057C4D

Tints of Watercourse #057C4D

RGB

 RED value IS 5 (2.34% from 255) = 2.43%

 GREEN value IS 124 (48.83% from 255) = 60.19%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 2.43%
G = 60.19%
B = 37.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#057C4D (or 0x057C4D) is known color: Watercourse. HEX triplet: 05, 7C and 4D. RGB value is (5,124,77). Sum of RGB (Red+Green+Blue) = 5+124+77=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #057C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C4D is #FA83B2. Grayscale: #535353. Windows color (decimal): -16417715 or 5078021. OLE color: 5078021.

HSL color Cylindrical-coordinate representation of color #057C4D: hue angle of 156.3º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C4D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 77 -
CMYK 0.96 0 0.38 0.51
HSL 156.3º 0.92% 0.25% -
HSV(B) 156.3º 0.96% 0.49% -
XYZ 8.61 14.98 9.46 -
YUV 83.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 5 124 77 0.96 0 0.38 0.51 156.3 0.92 0.25
Hex 5 7C 4D 60 0 26 33 9C 5C 19
Octal 5 174 115 140 0 46 63 234 134 31
Binary 101 1111100 1001101 1100000 0 100110 110011 10011100 1011100 11001

Color Harmonies of #057C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C4D

Black with #057C4D

Text Example


Text Example

White with #057C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C4D; }

 p { color: rgb(5,124,77); }

 H1.HeaderClassName
 {
   color: #057C4D;
 }
 .AnyTagClassName
 {
   color: #057C4D;
 }
</style>

background-color css

<style>
 a { background-color: #057C4D; }

 a { background-color: rgb(5,124,77); }

 div.DivClassName
 {
   background-color: #057C4D;
 }
 .BgClassName
 {
   background-color: #057C4D;
 }
</style>

border-color css

<style>
 span { border-color: #057C4D; }

 span { border-color: rgb(5,124,77); }

 td.TdClassName
 {
   border-color: #057C4D;
 }
 .TagClassName
 {
   border-color: #057C4D;
 }
</style>