Html Css Color HEX #057351 Watercourse

📋 copy color: '#057351'

red 5 ◦ green 115 ◦ blue 81

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

Shades of Watercourse #057351

Tints of Watercourse #057351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.21%

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 2.49%
G = 57.21%
B = 40.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#057351 (or 0x057351) is known color: Watercourse. HEX triplet: 05, 73 and 51. RGB value is (5,115,81). Sum of RGB (Red+Green+Blue) = 5+115+81=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #057351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057351 is #FA8CAE. Grayscale: #4E4E4E. Windows color (decimal): -16420015 or 5337861. OLE color: 5337861.

HSL color Cylindrical-coordinate representation of color #057351: hue angle of 161.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057351 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 81 -
CMYK 0.96 0 0.30 0.55
HSL 161.45º 0.92% 0.24% -
HSV(B) 161.45º 0.96% 0.45% -
XYZ 7.68 12.89 9.87 -
YUV 78.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 5 115 81 0.96 0 0.30 0.55 161.45 0.92 0.24
Hex 5 73 51 60 0 1E 37 A1 5C 18
Octal 5 163 121 140 0 36 67 241 134 30
Binary 101 1110011 1010001 1100000 0 11110 110111 10100001 1011100 11000

Color Harmonies of #057351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057351

Black with #057351

Text Example


Text Example

White with #057351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057351; }

 p { color: rgb(5,115,81); }

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

background-color css

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

 a { background-color: rgb(5,115,81); }

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

border-color css

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

 span { border-color: rgb(5,115,81); }

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