Html Css Color HEX #057955 Watercourse

📋 copy color: '#057955'

red 5 ◦ green 121 ◦ blue 85

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

Shades of Watercourse #057955

Tints of Watercourse #057955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

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

R = 2.37%
G = 57.35%
B = 40.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#057955 (or 0x057955) is known color: Watercourse. HEX triplet: 05, 79 and 55. RGB value is (5,121,85). Sum of RGB (Red+Green+Blue) = 5+121+85=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #057955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057955 is #FA86AA. Grayscale: #525252. Windows color (decimal): -16418475 or 5601541. OLE color: 5601541.

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

Color convert

RGB 5 121 85 -
CMYK 0.96 0 0.30 0.53
HSL 161.38º 0.92% 0.25% -
HSV(B) 161.38º 0.96% 0.47% -
XYZ 8.54 14.36 10.92 -
YUV 82.21 129.57 72.93 -
System Red Green Blue C M Y K H S L
Decimal 5 121 85 0.96 0 0.30 0.53 161.38 0.92 0.25
Hex 5 79 55 60 0 1E 35 A1 5C 19
Octal 5 171 125 140 0 36 65 241 134 31
Binary 101 1111001 1010101 1100000 0 11110 110101 10100001 1011100 11001

Color Harmonies of #057955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057955

Black with #057955

Text Example


Text Example

White with #057955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057955; }

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

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

background-color css

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

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

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

border-color css

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

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

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