Html Css Color HEX #057953 Watercourse

📋 copy color: '#057953'

red 5 ◦ green 121 ◦ blue 83

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

Shades of Watercourse #057953

Tints of Watercourse #057953

RGB

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

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

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

R = 2.39%
G = 57.89%
B = 39.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#057953 (or 0x057953) is known color: Watercourse. HEX triplet: 05, 79 and 53. RGB value is (5,121,83). Sum of RGB (Red+Green+Blue) = 5+121+83=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #057953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057953 is #FA86AC. Grayscale: #525252. Windows color (decimal): -16418477 or 5470469. OLE color: 5470469.

HSL color Cylindrical-coordinate representation of color #057953: hue angle of 160.34º 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 #057953 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 121 83 -
CMYK 0.96 0 0.31 0.53
HSL 160.34º 0.92% 0.25% -
HSV(B) 160.34º 0.96% 0.47% -
XYZ 8.46 14.33 10.5 -
YUV 81.98 128.57 73.09 -
System Red Green Blue C M Y K H S L
Decimal 5 121 83 0.96 0 0.31 0.53 160.34 0.92 0.25
Hex 5 79 53 60 0 1F 35 A0 5C 19
Octal 5 171 123 140 0 37 65 240 134 31
Binary 101 1111001 1010011 1100000 0 11111 110101 10100000 1011100 11001

Color Harmonies of #057953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057953

Black with #057953

Text Example


Text Example

White with #057953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057953; }

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

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

background-color css

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

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

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

border-color css

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

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

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