Html Css Color HEX #057053 Watercourse

📋 copy color: '#057053'

red 5 ◦ green 112 ◦ blue 83

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

Shades of Watercourse #057053

Tints of Watercourse #057053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56%

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

R = 2.5%
G = 56%
B = 41.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#057053 (or 0x057053) is known color: Watercourse. HEX triplet: 05, 70 and 53. RGB value is (5,112,83). Sum of RGB (Red+Green+Blue) = 5+112+83=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #057053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057053 is #FA8FAC. Grayscale: #4C4C4C. Windows color (decimal): -16420781 or 5468165. OLE color: 5468165.

HSL color Cylindrical-coordinate representation of color #057053: hue angle of 163.74º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057053 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 83 -
CMYK 0.96 0 0.26 0.56
HSL 163.74º 0.91% 0.23% -
HSV(B) 163.74º 0.96% 0.44% -
XYZ 7.42 12.25 10.16 -
YUV 76.7 131.55 76.86 -
System Red Green Blue C M Y K H S L
Decimal 5 112 83 0.96 0 0.26 0.56 163.74 0.91 0.23
Hex 5 70 53 60 0 1A 38 A4 5B 17
Octal 5 160 123 140 0 32 70 244 133 27
Binary 101 1110000 1010011 1100000 0 11010 111000 10100100 1011011 10111

Color Harmonies of #057053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057053

Black with #057053

Text Example


Text Example

White with #057053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057053; }

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

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

background-color css

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

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

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

border-color css

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

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

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