Html Css Color HEX #057C53 Watercourse

📋 copy color: '#057C53'

red 5 ◦ green 124 ◦ blue 83

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

Shades of Watercourse #057C53

Tints of Watercourse #057C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 2.36%
G = 58.49%
B = 39.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#057C53 (or 0x057C53) is known color: Watercourse. HEX triplet: 05, 7C and 53. RGB value is (5,124,83). Sum of RGB (Red+Green+Blue) = 5+124+83=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #057C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C53 is #FA83AC. Grayscale: #535353. Windows color (decimal): -16417709 or 5471237. OLE color: 5471237.

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

Color convert

RGB 5 124 83 -
CMYK 0.96 0 0.33 0.51
HSL 159.33º 0.92% 0.25% -
HSV(B) 159.33º 0.96% 0.49% -
XYZ 8.83 15.07 10.63 -
YUV 83.75 127.58 71.83 -
System Red Green Blue C M Y K H S L
Decimal 5 124 83 0.96 0 0.33 0.51 159.33 0.92 0.25
Hex 5 7C 53 60 0 21 33 9F 5C 19
Octal 5 174 123 140 0 41 63 237 134 31
Binary 101 1111100 1010011 1100000 0 100001 110011 10011111 1011100 11001

Color Harmonies of #057C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C53

Black with #057C53

Text Example


Text Example

White with #057C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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