Html Css Color HEX #057C52 Watercourse

📋 copy color: '#057C52'

red 5 ◦ green 124 ◦ blue 82

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

Shades of Watercourse #057C52

Tints of Watercourse #057C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 2.37%
G = 58.77%
B = 38.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#057C52 (or 0x057C52) is known color: Watercourse. HEX triplet: 05, 7C and 52. RGB value is (5,124,82). Sum of RGB (Red+Green+Blue) = 5+124+82=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #057C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C52 is #FA83AD. Grayscale: #535353. Windows color (decimal): -16417710 or 5405701. OLE color: 5405701.

HSL color Cylindrical-coordinate representation of color #057C52: hue angle of 158.82º 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 #057C52 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 82 -
CMYK 0.96 0 0.34 0.51
HSL 158.82º 0.92% 0.25% -
HSV(B) 158.82º 0.96% 0.49% -
XYZ 8.79 15.06 10.43 -
YUV 83.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 5 124 82 0.96 0 0.34 0.51 158.82 0.92 0.25
Hex 5 7C 52 60 0 22 33 9F 5C 19
Octal 5 174 122 140 0 42 63 237 134 31
Binary 101 1111100 1010010 1100000 0 100010 110011 10011111 1011100 11001

Color Harmonies of #057C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C52

Black with #057C52

Text Example


Text Example

White with #057C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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