Html Css Color HEX #057156 Watercourse

📋 copy color: '#057156'

red 5 ◦ green 113 ◦ blue 86

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

Shades of Watercourse #057156

Tints of Watercourse #057156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.39%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 2.45%
G = 55.39%
B = 42.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#057156 (or 0x057156) is known color: Watercourse. HEX triplet: 05, 71 and 56. RGB value is (5,113,86). Sum of RGB (Red+Green+Blue) = 5+113+86=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #057156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057156 is #FA8EA9. Grayscale: #4D4D4D. Windows color (decimal): -16420522 or 5665029. OLE color: 5665029.

HSL color Cylindrical-coordinate representation of color #057156: hue angle of 165º degrees, saturation: 0.92, 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 #057156 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 86 -
CMYK 0.96 0 0.24 0.56
HSL 165º 0.92% 0.23% -
HSV(B) 165º 0.96% 0.44% -
XYZ 7.65 12.51 10.82 -
YUV 77.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 5 113 86 0.96 0 0.24 0.56 165 0.92 0.23
Hex 5 71 56 60 0 18 38 A5 5C 17
Octal 5 161 126 140 0 30 70 245 134 27
Binary 101 1110001 1010110 1100000 0 11000 111000 10100101 1011100 10111

Color Harmonies of #057156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057156

Black with #057156

Text Example


Text Example

White with #057156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057156; }

 p { color: rgb(5,113,86); }

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

background-color css

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

 a { background-color: rgb(5,113,86); }

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

border-color css

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

 span { border-color: rgb(5,113,86); }

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