Html Css Color HEX #057754 Watercourse

📋 copy color: '#057754'

red 5 ◦ green 119 ◦ blue 84

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

Shades of Watercourse #057754

Tints of Watercourse #057754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.21%

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 2.4%
G = 57.21%
B = 40.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#057754 (or 0x057754) is known color: Watercourse. HEX triplet: 05, 77 and 54. RGB value is (5,119,84). Sum of RGB (Red+Green+Blue) = 5+119+84=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #057754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057754 is #FA88AB. Grayscale: #505050. Windows color (decimal): -16418988 or 5535493. OLE color: 5535493.

HSL color Cylindrical-coordinate representation of color #057754: hue angle of 161.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057754 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 84 -
CMYK 0.96 0 0.29 0.53
HSL 161.58º 0.92% 0.24% -
HSV(B) 161.58º 0.96% 0.47% -
XYZ 8.26 13.87 10.63 -
YUV 80.92 129.73 73.85 -
System Red Green Blue C M Y K H S L
Decimal 5 119 84 0.96 0 0.29 0.53 161.58 0.92 0.24
Hex 5 77 54 60 0 1D 35 A2 5C 18
Octal 5 167 124 140 0 35 65 242 134 30
Binary 101 1110111 1010100 1100000 0 11101 110101 10100010 1011100 11000

Color Harmonies of #057754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057754

Black with #057754

Text Example


Text Example

White with #057754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057754; }

 p { color: rgb(5,119,84); }

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

background-color css

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

 a { background-color: rgb(5,119,84); }

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

border-color css

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

 span { border-color: rgb(5,119,84); }

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