Html Css Color HEX #057755 Watercourse

📋 copy color: '#057755'

red 5 ◦ green 119 ◦ blue 85

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

Shades of Watercourse #057755

Tints of Watercourse #057755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.67%

R = 2.39%
G = 56.94%
B = 40.67%

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

#057755 (or 0x057755) is known color: Watercourse. HEX triplet: 05, 77 and 55. RGB value is (5,119,85). Sum of RGB (Red+Green+Blue) = 5+119+85=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #057755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057755 is #FA88AA. Grayscale: #515151. Windows color (decimal): -16418987 or 5601029. OLE color: 5601029.

HSL color Cylindrical-coordinate representation of color #057755: hue angle of 162.11º 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 #057755 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 85 -
CMYK 0.96 0 0.29 0.53
HSL 162.11º 0.92% 0.24% -
HSV(B) 162.11º 0.96% 0.47% -
XYZ 8.3 13.88 10.84 -
YUV 81.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 5 119 85 0.96 0 0.29 0.53 162.11 0.92 0.24
Hex 5 77 55 60 0 1D 35 A2 5C 18
Octal 5 167 125 140 0 35 65 242 134 30
Binary 101 1110111 1010101 1100000 0 11101 110101 10100010 1011100 11000

Color Harmonies of #057755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057755

Black with #057755

Text Example


Text Example

White with #057755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057755; }

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

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

background-color css

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

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

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

border-color css

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

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

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