Html Css Color HEX #056650 Watercourse

📋 copy color: '#056650'

red 5 ◦ green 102 ◦ blue 80

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

Shades of Watercourse #056650

Tints of Watercourse #056650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.55%

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

R = 2.67%
G = 54.55%
B = 42.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#056650 (or 0x056650) is known color: Watercourse. HEX triplet: 05, 66 and 50. RGB value is (5,102,80). Sum of RGB (Red+Green+Blue) = 5+102+80=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #056650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056650 is #FA99AF. Grayscale: #464646. Windows color (decimal): -16423344 or 5268997. OLE color: 5268997.

HSL color Cylindrical-coordinate representation of color #056650: hue angle of 166.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056650 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 102 80 -
CMYK 0.95 0 0.22 0.6
HSL 166.39º 0.91% 0.21% -
HSV(B) 166.39º 0.95% 0.4% -
XYZ 6.26 10.11 9.21 -
YUV 70.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 5 102 80 0.95 0 0.22 0.6 166.39 0.91 0.21
Hex 5 66 50 5F 0 16 3C A6 5B 15
Octal 5 146 120 137 0 26 74 246 133 25
Binary 101 1100110 1010000 1011111 0 10110 111100 10100110 1011011 10101

Color Harmonies of #056650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056650

Black with #056650

Text Example


Text Example

White with #056650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056650; }

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

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

background-color css

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

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

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

border-color css

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

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

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