Html Css Color HEX #057A55 Watercourse

📋 copy color: '#057A55'

red 5 ◦ green 122 ◦ blue 85

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

Shades of Watercourse #057A55

Tints of Watercourse #057A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.55%

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

R = 2.36%
G = 57.55%
B = 40.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#057A55 (or 0x057A55) is known color: Watercourse. HEX triplet: 05, 7A and 55. RGB value is (5,122,85). Sum of RGB (Red+Green+Blue) = 5+122+85=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #057A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A55 is #FA85AA. Grayscale: #525252. Windows color (decimal): -16418219 or 5601797. OLE color: 5601797.

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

Color convert

RGB 5 122 85 -
CMYK 0.96 0 0.30 0.52
HSL 161.03º 0.92% 0.25% -
HSV(B) 161.03º 0.96% 0.48% -
XYZ 8.66 14.61 10.96 -
YUV 82.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 5 122 85 0.96 0 0.30 0.52 161.03 0.92 0.25
Hex 5 7A 55 60 0 1E 34 A1 5C 19
Octal 5 172 125 140 0 36 64 241 134 31
Binary 101 1111010 1010101 1100000 0 11110 110100 10100001 1011100 11001

Color Harmonies of #057A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057A55

Black with #057A55

Text Example


Text Example

White with #057A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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