Html Css Color HEX #056150 Watercourse

📋 copy color: '#056150'

red 5 ◦ green 97 ◦ blue 80

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

Shades of Watercourse #056150

Tints of Watercourse #056150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

 BLUE value IS 80 (31.64% from 255) = 43.96%

R = 2.75%
G = 53.3%
B = 43.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#056150 (or 0x056150) is known color: Watercourse. HEX triplet: 05, 61 and 50. RGB value is (5,97,80). Sum of RGB (Red+Green+Blue) = 5+97+80=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #056150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056150 is #FA9EAF. Grayscale: #434343. Windows color (decimal): -16424624 or 5267717. OLE color: 5267717.

HSL color Cylindrical-coordinate representation of color #056150: hue angle of 168.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056150 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 80 -
CMYK 0.95 0 0.18 0.62
HSL 168.91º 0.9% 0.2% -
HSV(B) 168.91º 0.95% 0.38% -
XYZ 5.79 9.16 9.05 -
YUV 67.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 5 97 80 0.95 0 0.18 0.62 168.91 0.9 0.2
Hex 5 61 50 5F 0 12 3E A9 5A 14
Octal 5 141 120 137 0 22 76 251 132 24
Binary 101 1100001 1010000 1011111 0 10010 111110 10101001 1011010 10100

Color Harmonies of #056150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056150

Black with #056150

Text Example


Text Example

White with #056150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056150; }

 p { color: rgb(5,97,80); }

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

background-color css

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

 a { background-color: rgb(5,97,80); }

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

border-color css

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

 span { border-color: rgb(5,97,80); }

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